On 2015-08-18 20:26:15, JAGANADH GOPINADHAN <jagana...@gmail.com> 
wrote:
> Use joblib or pickle to achieve this

Any method that relies on pickle is broken when you upgrade 
scikit-learn or move to a different system.  I would like to 
persist models for as long as possible; thus having to deal with 
pickling errors, which don't allow you to easily extract 
coefficients in the case when the model cannot be loaded, is not 
an option.

Stéfan

------------------------------------------------------------------------------
_______________________________________________
Scikit-learn-general mailing list
Scikit-learn-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general

Reply via email to