Description Usage Arguments Value Examples
This function predicts the lifeExp in my_gapminder dataset by gdpPercap
with k-fold Cross-validation and random forest algorithms.
1 | my_rf_cv(k)
|
k |
Numeric number of folds used in k-fold cross-validation |
Numeric number of the CV mean squared error
1 | my_rf_cv(5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.