-
Notifications
You must be signed in to change notification settings - Fork 45
/
Copy pathpaper.bib
43 lines (37 loc) · 1.53 KB
/
paper.bib
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
39
40
41
42
43
@Manual{vtreat,
title = {vtreat: A Statistically Sound 'data.frame' Processor/Conditioner},
author = {John Mount and Nina Zumel},
year = {2018},
note = {R package version 1.0.2},
url = {https://CRAN.R-project.org/package=vtreat},
doi = {10.5281/zenodo.1173318}
}
@misc{vtreatX,
title = {vtreat: a data.frame Processor for Predictive Modeling},
author = {Nina Zumel and John Mount},
year = {2017},
url = {https://arxiv.org/abs/1611.09477},
doi = {10.5281/zenodo.1173314}
}
@book{appliedmr,
author = {Jacob Cohen and Patricia Cohen},
title = {Applied Multiple Regression/Correlation Analysis For The Behavioral Sciences},
publisher = {Lawrence Erlbaum Associates, Inc.},
year = {1983},
edition = {2},
isbn = {0-89859-268-2}
}
@Manual{caret,
title = {caret: Classification and Regression Training},
author = {Max Kuhn. Contributions from Jed Wing and Steve Weston and Andre Williams and Chris Keefer and Allan Engelhardt and Tony Cooper and Zachary Mayer and Brenton Kenkel and the R Core Team and Michael Benesty and Reynald Lescarbeau and Andrew Ziem and Luca Scrucca and Yuan Tang and Can Candan and Tyler Hunt.},
year = {2017},
note = {R package version 6.0-78},
url = {https://CRAN.R-project.org/package=caret}
}
@Manual{recipes,
title = {recipes: Preprocessing Tools to Create Design Matrices},
author = {Max Kuhn and Hadley Wickham},
year = {2018},
note = {R package version 0.1.2},
url = {https://CRAN.R-project.org/package=recipes}
}