Implementing some of the pillars of an automated machine learning pipeline such as (i) Automated data preparation, (ii) Feature engineering, (iii) Model building in classification context that includes techniques such as (a) Regularised regression [1], (b) Logistic regression [2], (c) Random Forest [3], (d) Decision tree [4] and (e) Extreme Gradient Boosting (xgboost) [5], and finally, (iv) Model explanation (using lift chart and partial dependency plots). Accomplishes the above tasks by running the function instead of writing lengthy R codes. Also provides some additional features such as generating missing at random (MAR) variables and automated exploratory data analysis. Moreover, function exports the model results with the required plots in an HTML vignette report format that follows the best practices of the industry and the academia. [1] Gonzales G B and De Saeger (2018) <doi:10.1038/s41598-018-21851-7>, [2] Sperandei S (2014) <doi:10.11613/BM.2014.003>, [3] Breiman L (2001) <doi:10.1023/A:1010933404324>, [4] Kingsford C and Salzberg S (2008) <doi:10.1038/nbt0908-1011>, [5] Chen Tianqi and Guestrin Carlos (2016) <doi:10.1145/2939672.2939785>.
Version: | 0.1.0 |
Depends: | R (≥ 3.3.0) |
Imports: | sampling (≥ 2.8), rmarkdown (≥ 1.9), data.table (≥ 1.10.4-3), SmartEDA (≥ 0.3.1) , caTools, ParamHelpers (≥ 1.12), mlr (≥ 2.15.0), ggplot2 (≥ 2.2.1), iml |
Suggests: | testthat, knitr, ranger, glmnet, randomForest, rpart, xgboost, stats, graphics, tidyr, MASS |
Published: | 2020-06-04 |
Author: | Dayanand Ubrangala [aut, cre], Sayan Putatunda [aut, ctb], Kiran R [aut, ctb], Ravi Prasad Kondapalli [aut, ctb] |
Maintainer: | Dayanand Ubrangala <daya6489 at gmail.com> |
License: | MIT + file LICENSE |
NeedsCompilation: | no |
Materials: | README NEWS |
CRAN checks: | DriveML results |
Reference manual: | DriveML.pdf |
Vignettes: |
Vignette Title Subtitle |
Package source: | DriveML_0.1.0.tar.gz |
Windows binaries: | r-devel: DriveML_0.1.0.zip, r-release: DriveML_0.1.0.zip, r-oldrel: DriveML_0.1.0.zip |
macOS binaries: | r-release: DriveML_0.1.0.tgz, r-oldrel: DriveML_0.1.0.tgz |
Please use the canonical form https://CRAN.R-project.org/package=DriveML to link to this page.