blob: 99fa7c40c4e397b0de6e07f0bc52343da7fc79c9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
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/
|