Instantiates an AuditorFitter that trains a mlr3::Learner
on the data.
list
with items
corr
: pseudo-correlation between residuals and learner prediction.
l
: the trained learner.
TreeAuditorFitter
: Learner auditor based on rpart
RidgeAuditorFitter
: Learner auditor based on glmnet
Other AuditorFitter:
CVLearnerAuditorFitter
,
SubgroupAuditorFitter
,
SubpopAuditorFitter
Other AuditorFitter:
CVLearnerAuditorFitter
,
SubgroupAuditorFitter
,
SubpopAuditorFitter
Other AuditorFitter:
CVLearnerAuditorFitter
,
SubgroupAuditorFitter
,
SubpopAuditorFitter
mcboost::AuditorFitter
-> LearnerAuditorFitter
learner
LearnerPredictor
Learner used for fitting residuals.
Inherited methods
new()
Define an AuditorFitter
from a Learner.
Available instantiations:TreeAuditorFitter
(rpart) and
RidgeAuditorFitter
(glmnet).
LearnerAuditorFitter$new(learner)
learner
mlr3::Learner
Regression learner to use.
mcboost::AuditorFitter
-> mcboost::LearnerAuditorFitter
-> TreeAuditorFitter
mcboost::AuditorFitter
-> mcboost::LearnerAuditorFitter
-> RidgeAuditorFitter