Description Usage Arguments Details Value
This returns a list with one random forest model
1 2 3 4 5 6 7 8 9 |
CPU |
Number of threads to use when training the model |
trees |
Number of trees for the random forest (rf) model |
CV |
Number of sets for the cross-validation |
nrepeats |
|
data |
A feature data frame including the label of two Classes |
The followind had no significant improvement and took too much time. In the future it may be activated with another parameter. It will return a list with 3 normal rf models and 3 rf models made with randomized labels. The models 1 and 2 are trained without any subsampling. #' The models 3 and 4 are trained using upsampling during the cross-validation (Subsampling During Resampling). The models 5 and 6 are trained using downsampling during the cross-validation (Subsampling During Resampling).
A list of models
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.