R/construct_fitting_call.R
construct_fitting_call.RdThis will typically not be used by the end-user.
construct_fitting_call(model, data_name = "training", ...)
| model | the model in question |
|---|---|
| data_name | character string specifying the name of the data frame used for the refitting. This object must be defined in the environment in which the call is being made. |
| ... | (not used) |
This provides a way to refit a model on either resampled or sub-sampled data.
Not all model architectures support this. If not, then you can't use mod_ensemble or mod_cv,
or use the bootstrap= argument in any of the other functions.