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
