Load whole model from pickle

Did you try the new way of saving using writeToFile and readFromFile? If you can’t just put models in a list and pickle them, you’ll need to keep track of the sp and tm files separately for each model.

To get to the algorithm instances, see this post.

1 Like