predict_boots |
Fit and predict from a workflow using many bootstrap resamples. |
predict_single_boot |
(Internal) Generate a column of predictions on new data based on a model fit to a single training bootstrap. |
summarise_generic |
(Internal) Function for generating generic summaries from either 'predict_boots()' or 'vi_boots()'. |
summarise_importance |
Append a tibble of variable importances returned by 'vi_boots()' with upper and lower bounds. |
summarise_predictions |
Append a tibble of predictions returned by 'predict_boots()' with a prediction interval. |
summarize_importance |
Append a tibble of variable importances returned by 'vi_boots()' with upper and lower bounds. |
summarize_predictions |
Append a tibble of predictions returned by 'predict_boots()' with a prediction interval. |
vi_boots |
Fit and estimate variable importance from a workflow using many bootstrap resamples. |
vi_single_boot |
Fit a model and get the variable importance based on a single bootstrap resample |
`summarize_predictions()` |
Append a tibble of predictions returned by 'predict_boots()' with a prediction interval. |