Code
int_res_1 <- int_pctl(lm_res, times = 500)
Condition
Warning in `rsample::int_pctl()`:
Recommend at least 1000 non-missing bootstrap resamples for terms `rmse` and `rsq`.
Code
int_pctl(lm_res, times = 2000, metrics = "rmse")
Condition
Error in `int_pctl()`:
! `metrics` should be a metric set as generated by `yardstick::metric_set()`.
Code
int_res_2 <- int_pctl(lm_res, times = 500, alpha = 0.25)
Condition
Warning in `rsample::int_pctl()`:
Recommend at least 1000 non-missing bootstrap resamples for terms `rmse` and `rsq`.
Code
int_res_1 <- int_pctl(lm_res, times = 200)
Condition
Warning in `rsample::int_pctl()`:
Recommend at least 1000 non-missing bootstrap resamples for term `mae`.
Code
int_res_2 <- int_pctl(lm_res, times = 200)
Condition
Warning in `rsample::int_pctl()`:
Recommend at least 1000 non-missing bootstrap resamples for term `mae`.
Code
int_res_1 <- int_pctl(c5_res)
Code
int_res_1 <- int_pctl(c5_res)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.