That might be a stupid question, but what are the kinds of things that break the models? I imagine it would be things like renaming and removing attributes. What else is there?
Having code that says "Attribute A was called B in the last version and C in the one before that" seems not desirable to me. How about providing extra functions that convert old models to new models if incompatible changes where introduced? One more question: Did I understand correctly that the main reason for not using pickles would be to be interoperable with 3rd party software? Or are there other reasons not to use pickle for storing models? Cheers, Andy ------------------------------------------------------------------------------ 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
