On Tue, Aug 26, 2014 at 02:42:02AM +0000, Pranav Sharma wrote: > I just upgraded scikit from 14.1 to 15.1 to take advantage of the speed > improvements in the random forest classifier. However, when I tried loading > the > model created (using 14.1), it fails to load it.
That's expected: pickle will not be able to load objects created with different versions of scikit-learn, as their internal model will change. Gaƫl ------------------------------------------------------------------------------ Slashdot TV. Video for Nerds. Stuff that matters. http://tv.slashdot.org/ _______________________________________________ Scikit-learn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
