Description Usage Arguments Value Examples
we will predict output body_mass_g using covariates bill_length_mm, bill_depth_mm, and flipper_length_mm.
1 | my_rf_cv(k, data_pen)
|
k |
a number for folds |
data_pen |
data for penguins |
A numeric with the cross-validation error
1 | my_rf_cv(5, my_penguins)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.