Skip to contents

A subclass of mlr3extralearners::LearnerRegrTabPFN that isolates the Python environment in a callr session.

Value

Object of class R6::R6Class and LearnerRegrTabPFNIsolated.

Super classes

mlr3::Learner -> mlr3::LearnerRegr -> mlr3extralearners::LearnerRegrTabPFN -> LearnerRegrTabPFNIsolated

Public fields

isolate_python

(logical(1))
Whether to run .train() and .predict() in a fresh callr session. Set by AutoTabPFN$graph(); only FALSE when the run's learners never load mlr3torch.