On Sun, Jul 28, 2013 at 08:54:04PM -0400, Josh Wasserstein wrote: > 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?
Yes. > Any way to change this? As a > reference, If I save my clf with numpy.savez() I only get one file. Indeed, but it's slower: because files are created to a temp drive, and then zipped. G ------------------------------------------------------------------------------ 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
