On Wed, Feb 1, 2012 at 6:57 AM, Andreas <[email protected]> wrote:
> I imagine it would be things like renaming and removing attributes. What
> else is there?
I've seen pickle complaining even when the attributes didn't change
but couldn't figure out what was the cause...
Pickling the entire estimator is very convenient when researching. For
production-ready models, pickling a dictionary of the attributes
(e.g., {"coef_": ..., "intercept_": ...}) may be more reliable (with
dump and load helpers methods).
Mathieu
------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
Scikit-learn-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general