Description Usage Arguments Value Examples
Description
This function uses bill_length_mm
,
bill_depth_mm
, and flipper_length_mm
to predict
body_mass_g
from the data my_penguins
with k-fold Cross-validation
& random forest algorithms.
1 | my_rf_cv(k)
|
k |
number of folds |
a numeric with the cross-validation error;
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.