Several doc pages for the available prediction types have a c+p error where the data frame fetched from the environment doesn't line up with the model/engine combination the doc page is for, e.g., here a bagged tree with C5.0 and mars.
|
parsnip:::get_from_env("bag_mars_predict") |> |
|
dplyr::filter(engine == "C5.0") |> |
|
dplyr::select(mode, type) |
This then results in an empty tibble:

Several doc pages for the available prediction types have a c+p error where the data frame fetched from the environment doesn't line up with the model/engine combination the doc page is for, e.g., here a bagged tree with C5.0 and mars.
parsnip/man/rmd/bag_tree_C5.0.Rmd
Lines 64 to 66 in 5b50c54
This then results in an empty tibble: