Thanks - I noticed that dumping a clf with joblib (with either version)
creates multiple files if the clf has run GridSearchCV (one apparently for
each job in the grid search). Is this expected? Any way to change this? As
a reference, If I save my clf with numpy.savez() I only get one file.
Josh
On Sun, Jul 28, 2013 at 8:44 PM, Gael Varoquaux <
[email protected]> wrote:
> On Sun, Jul 28, 2013 at 08:40:17PM -0400, Josh Wasserstein wrote:
> > Say I want to dump my classifier (clf) and a few other Python data
> structures.
>
> > Is there any difference between:
>
> > import joblib
>
> > and:
>
> > from sklearn.externals import joblib
>
> Not really. You might not be able to reliably load the files produced by
> one with the other, but in practice they are just two versions of the
> same code.
>
> Cheers,
>
> Gaƫl
>
>
> ------------------------------------------------------------------------------
> See everything from the browser to the database with AppDynamics
> Get end-to-end visibility with application monitoring from AppDynamics
> Isolate bottlenecks and diagnose root cause in seconds.
> Start your free trial of AppDynamics Pro today!
> http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
> _______________________________________________
> Scikit-learn-general mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
>
------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
Scikit-learn-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general