Description Usage Arguments Value Examples
Performs random forest cross validation on the "penguins" data set, predicting "body_mass_g" with covariates "bill_length_mm", "bill_depth_mm", and "flipper_length_mm", with 100 trees.
1 | my_rf_cv(k)
|
k |
Numeric denoting number of folds to use in the cross validation. |
Numeric that is the mean squared error of predicted values compared to true body mass.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.