A subclass of mlr3extralearners::LearnerClassifTabFM that isolates the Python environment in a callr session.
Value
Object of class R6::R6Class and LearnerClassifTabFMIsolated.
Super classes
mlr3::Learner -> mlr3::LearnerClassif -> mlr3extralearners::LearnerClassifTabFM -> LearnerClassifTabFMIsolated
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::LearnerClassif$predict_newdata_fast()mlr3extralearners::LearnerClassifTabFM$marshal()mlr3extralearners::LearnerClassifTabFM$unmarshal()
