gintas / django-picklefield

A pickled object field for Django
MIT License
180 stars 47 forks source link

Added Joblib pickle methods #42

Closed ZuluPro closed 4 years ago

ZuluPro commented 5 years ago

Thank for this project.

I needed to use the joblib pickle methods for numpy/pandas/scikit-learn. As explained here, this method is more efficient for this kind of object.

So:

In few words, the existing API isn't changed, and the new field has the same behavior than the old one.

coveralls commented 5 years ago

Coverage Status

Coverage decreased (-8.2%) to 88.71% when pulling 8c19269d9a997c62d6fc36ac982add4f61bda00e on cloudspectatordevelopment:joblib into 65afd8893dba9d4cdbeeabe5bd93db842be0c866 on gintas:master.

coveralls commented 5 years ago

Coverage Status

Coverage increased (+0.6%) to 97.581% when pulling dd032aefda60b766f3fee70367dad04af351a561 on cloudspectatordevelopment:joblib into 65afd8893dba9d4cdbeeabe5bd93db842be0c866 on gintas:master.

ZuluPro commented 5 years ago

@gintas @charettes Any news ?

ZuluPro commented 5 years ago

@gintas Any news ?

ZuluPro commented 5 years ago

@gintas any news ?

charettes commented 4 years ago

Closing since PR is abandoned.