ContinuumIO / elm

Phase I & part of Phase II of NASA SBIR - Parallel Machine Learning on Satellite Data
http://ensemble-learning-models.readthedocs.io
43 stars 27 forks source link

Use the dill library instead of sklearn.externals.joblib to dump/load models #132

Closed PeterDSteinberg closed 6 years ago

PeterDSteinberg commented 7 years ago

There are some pickling errors in joblib that cause no problems in dill.

PeterDSteinberg commented 6 years ago

Fixed in #192 - See serialize_mixin.py