54d9e2e0e7
The caret package (short for Classification And REgression Training) is a set of functions that attempt to streamline the process for creating predictive models. The package contains tools for: * data splitting * pre-processing * model tuning using resampling * variable importance estimation as well as other functionality. WWW: http://caret.r-forge.r-project.org/
12 lines
376 B
Text
12 lines
376 B
Text
The caret package (short for Classification And REgression Training)
|
|
is a set of functions that attempt to streamline the process for
|
|
creating predictive models. The package contains tools for:
|
|
|
|
* data splitting
|
|
* pre-processing
|
|
* model tuning using resampling
|
|
* variable importance estimation
|
|
|
|
as well as other functionality.
|
|
|
|
WWW: http://caret.r-forge.r-project.org/
|