A subclass of mlr3extralearners::LearnerRegrTabFM that isolates the Python environment in a callr session.
Value
Object of class R6::R6Class and LearnerRegrTabFMIsolated.
Super classes
mlr3::Learner -> mlr3::LearnerRegr -> mlr3extralearners::LearnerRegrTabFM -> LearnerRegrTabFMIsolated
Public fields
isolate_python(
logical(1))
Whether to run.train()and.predict()in a fresh callr session. Set by AutoTabFM$graph(); onlyFALSEwhen the run's learners never load mlr3torch.
Methods
Inherited methods
mlr3::Learner$base_learner()mlr3::Learner$configure()mlr3::Learner$encapsulate()mlr3::Learner$format()mlr3::Learner$help()mlr3::Learner$predict()mlr3::Learner$predict_newdata()mlr3::Learner$print()mlr3::Learner$reset()mlr3::Learner$selected_features()mlr3::Learner$train()mlr3::LearnerRegr$predict_newdata_fast()mlr3extralearners::LearnerRegrTabFM$marshal()mlr3extralearners::LearnerRegrTabFM$unmarshal()
LearnerRegrTabFMIsolated$new()
Creates a new instance of this R6 class.
Usage
LearnerRegrTabFMIsolated$new()