View source: R/model_performance_bootstrap_rmse.R
| bootstrap_rmse | R Documentation |
bootstrap_performance()bootstrap_rmse() is deprecated in favour of bootstrap_performance().
Objects returned by bootstrap_rmse() keep class "bootstrap_rmse" for
backward compatibility and also inherit from "bootstrap_performance".
bootstrap_rmse(
model,
data,
n = 50,
frac = 1,
metric = "rmse",
sampling = c("bootstrap", "split"),
show_progress = TRUE,
rmse_model = NULL
)
model |
A fitted model object. |
data |
Data used to fit the model object. |
n |
Deprecated. Use |
frac |
Deprecated. Use |
metric |
Character. Performance metric to compute. Currently only
|
sampling |
Character. Sampling scheme. |
show_progress |
Logical. Show progress bar during bootstrap iterations. Default = TRUE. |
rmse_model |
Optional numeric RMSE of the fitted (original) model. If NULL (default), it is computed automatically. |
See bootstrap_performance().
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.