Description Usage Arguments Value Examples
Builds a classification model for the my_penguins
data set to predict
body_mass_g
based on bill_length_mm
, bill_depth_mm
, and
flipper_length_mm
and applies k-fold cross-validation with
k = k
.
1 | my_rf_cv(k)
|
k |
Integer indicating how many folds |
numeric representing the cross-validation error from the k-fold cross-validation.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.