Drills into an mlr3 learner or raw model to retrieve residuals, scale estimate, and robustness weights needed for bootstrap resampling.
extract_model_info(model, method = "robust")List with components: residuals (numeric vector or NULL), scale (numeric scalar or NULL), weights (numeric vector or NULL)
A fitted model object (lm, lmrob, gam, ranger, or mlr3 GraphLearner)
The vimpute method string: "robust", "ranger", "xgboost", "regularized"