Hi, I built an SL model and saved it to disk. However, it contains a BART learner, so I get this error when trying to do anything with it:
Error in check_serialization(object) :
This bartMachine object was loaded from an R image but was not serialized.
Please build bartMachine using the option "serialize = TRUE" next time.
What would be the best way to fix this? Is there a way to pass options to individual commands via SuperLearner?