Skip to contents

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(); only FALSE when the run's learners never load mlr3torch.