Description Usage Arguments Value Examples
Performs a random forest cross-validation test specific to the
my_penguins
dataset, with variables
bill_depth_mm
, bill_length_mm
, flipper_length_mm
and response variable body_mass_g
.
1 | my_rf_cv(k)
|
k |
Numeric input representing number of folds for cross-validation. |
Numeric representing average MSE of the k-fold simulations.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.