Description Usage Arguments Value Examples
This function calculates the cross-validation error using random forest on the penguins data of the palmerpenguins package.
1 | my_rf_cv(k)
|
k |
Numeric input indication the number of folds in the cross validation. |
Numeric representing the cross validation error using 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.