Description Usage Arguments Value Examples
This function splits the data into k groups for evaluating test set and training sets to predict the best value by random forest algorithm
1 | my_rf_cv(k)
|
k |
Number of folds |
Average mean squared error across all k
folds.
1 | my_rf_cv(5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.