Description Usage Arguments Value Examples
This function applies random forest cross validation to penguins data frame given number of folds
1 | my_rf_cv(k)
|
k |
Numeric indicating number of folds |
Numeric of mean squared error
1 2 | k <- 5
my_rf_cv(k)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.