blob: 812c025da40f52b12dd10163b3393b0206125b47 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
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.
|