Skip to contents

Unmarshals the model state of LearnerRegrQuantileSE, restoring it after deserialization.

Usage

# S3 method for class 'learner_regr_quantile_se_state_marshaled'
unmarshal_model(model, inplace = FALSE, ...)

Arguments

model

(learner_regr_quantile_se_state_marshaled)
The marshaled model to unmarshal.

inplace

(logical(1))
Whether to unmarshal in place.

...

(any)
Additional arguments passed to mlr3::unmarshal_model().

Value

The unmarshaled model state.