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
learnerLearnerPredictor
Learner used for fitting residuals.
Inherited methods
new()Define an AuditorFitter from a Learner.
Available instantiations:TreeAuditorFitter (rpart) and
RidgeAuditorFitter (glmnet).
LearnerAuditorFitter$new(learner)learnermlr3::Learner
Regression learner to use.
mcboost::AuditorFitter -> mcboost::LearnerAuditorFitter -> TreeAuditorFitter
mcboost::AuditorFitter -> mcboost::LearnerAuditorFitter -> RidgeAuditorFitter