Skip to contents

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

Value

Object of class R6::R6Class and LearnerClassifFastaiIsolated.

Super classes

mlr3::Learner -> mlr3::LearnerClassif -> mlr3extralearners::LearnerClassifFastai -> LearnerClassifFastaiIsolated

Public fields

isolate_python

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