Marshal Model for LearnerRegrBootstrapSE State
Source:R/marshal.R
marshal_model.learner_regr_bootstrap_se_state.RdMarshals the model state of LearnerRegrBootstrapSE, preparing it for serialization. This marshals each bootstrap state individually.
Usage
# S3 method for class 'learner_regr_bootstrap_se_state'
marshal_model(model, inplace = FALSE, ...)Arguments
- model
(
learner_regr_bootstrap_se_state)
The model to marshal.- inplace
(
logical(1))
Whether to marshal in place.- ...
(any)
Additional arguments passed tomlr3::marshal_model().