-
Notifications
You must be signed in to change notification settings - Fork 0
/
useful_links
39 lines (19 loc) · 1.12 KB
/
useful_links
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
REFERENCES - for rule based data validation:
- The great R-packages developed by our colleagues at Statistics Nehterlands: https://github.com/data-cleaning and all packages on CRAN
- A very good cookbook of the validate-package and not only:
MPJ van der Loo (2020) The Data Validation Cookbook version 1.0.1. https://data-cleaning.github.io/validate
-- For the translator of rules, from SQL into R (not oupdated recently but will be soon):
https://github.com/hagstofan/TranStoR
-- Theoretical papers of interest, related to methods of data mining:
https://cran.r-project.org/web/packages/arules/vignettes/arules.pdf
https://web.stanford.edu/~hastie/Papers/gap.pdf
https://link.springer.com/content/pdf/10.1007/s10994-007-5006-x.pdf
(about association rules discovery)
https://cran.r-project.org/web/packages/RJDemetra/index.html
(the R-engine for Demetra software for time series seasonality adjustments)
https://robjhyndman.com/hyndsight/anomalous/
(the main ideas and references of the method)
...
- Web-pages with interesting examples:
https://predictivehacks.com/how-to-determine-the-number-of-clusters-of-k-means-in-r/
...