Hello yes you are correct I use joblib.dump in VSCode (local to my mac)
After that I also tried to restart my notebook and run crunch.test which loads the model and runs correctly (with joblib.load(f"{model_directory_path}/pipe.joblib"))
the VotingEnsamble definition is in the notebook so I am not sure what’s going on
everything works fine locally.
Different problem this time. Still related to pickle but this time is (runs fine locally)
File “/context/venv/lib/python3.10/site-packages/numpy/random/_pickle.py”, line 34, in __bit_generator_ctor
raise ValueError(str(bit_generator_name) + ’ is not a known ’
ValueError: <class ‘numpy.random._mt19937.MT19937’> is not a known BitGenerator module.
command not exited correctly: 1
I don’t have any more runs for today, is it possible to get a reset ?