Re: [Scikit-learn-general] Unpickle doesn't work when upgrading from 14.1 to 15.1.

2014-08-26 Thread Arnaud Joly
Note that most (if not all) speed improvement have been made to fit faster trees. Arnaud On 26 Aug 2014, at 06:56, Gael Varoquaux wrote: > On Tue, Aug 26, 2014 at 02:42:02AM +, Pranav Sharma wrote: >> I just upgraded scikit from 14.1 to 15.1 to take advantage of the speed >> improvements i

Re: [Scikit-learn-general] Unpickle doesn't work when upgrading from 14.1 to 15.1.

2014-08-25 Thread Pranav Sharma
Looks like this was resolved in a previous version. Check this link: https://github.com/ilastik/ilastik/issues/793. Regards, Pranav. On 8/25/14, 10:14 PM, "Pranav Sharma" wrote: >Is there a workaround other than creating a new model with v15.1? > >Sent from my iPhone > >> On Aug 25, 2014,

Re: [Scikit-learn-general] Unpickle doesn't work when upgrading from 14.1 to 15.1.

2014-08-25 Thread Pranav Sharma
Is there a workaround other than creating a new model with v15.1? Sent from my iPhone > On Aug 25, 2014, at 9:57 PM, "Gael Varoquaux" > wrote: > >> On Tue, Aug 26, 2014 at 02:42:02AM +, Pranav Sharma wrote: >> I just upgraded scikit from 14.1 to 15.1 to take advantage of the speed >> impro

Re: [Scikit-learn-general] Unpickle doesn't work when upgrading from 14.1 to 15.1.

2014-08-25 Thread Gael Varoquaux
On Tue, Aug 26, 2014 at 02:42:02AM +, 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 w

[Scikit-learn-general] Unpickle doesn't work when upgrading from 14.1 to 15.1.

2014-08-25 Thread Pranav Sharma
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. Here is the error. Please advice. I’m simply loading it as follows. Thanks a lot. Code: w

[Scikit-learn-general] Unpickle doesn't work when upgrading from 14.1 to 15.1.

2014-08-25 Thread Pranav Sharma
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. Here is the error. Please advice. I’m simply loading it as follows. Thanks a lot. Code: w