On 02/26/2014 05:55 PM, Peter Prettenhofer wrote:
>
> please make sure to pickle with the highest protocol - otherwise 
> pickle uses a textual serialization format which is quite inefficient:
>
>   pickle.dump(clf, f, protocol=pickle.HIGHEST_PROTOCOL)
Or simply protocol=-1. This usually makes a huge difference!

------------------------------------------------------------------------------
Flow-based real-time traffic analytics software. Cisco certified tool.
Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer
Customize your own dashboards, set traffic alerts and generate reports.
Network behavioral analysis & security monitoring. All-in-one tool.
http://pubads.g.doubleclick.net/gampad/clk?id=126839071&iu=/4140/ostg.clktrk
_______________________________________________
Scikit-learn-general mailing list
Scikit-learn-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general

Reply via email to