Can you give a simple example for reproducing this problem?
I haven't heard of this particular issue.

On 03/23/2016 12:47 PM, Keith Lehman wrote:

Hi:

I’m fairly new to scikit-learn, python, and machine learning. This community has built a great set of libraries though, and is actually a large part of the reason why my company has selected python to experiment with ML.

As we are developing our product, however, we keep running into trouble saving various objects. When possible, we use pickle to save the objects, but this can cause problems in development – objects saved during a debug session can not be loaded outside of the debugger. The reason appears to be because even when pickling a “pickleable” object (such as a trained LinearRegression), pickle finds and saves more primitive objects that have been instantiated within the debug environment. Dill and cpickle have the same issue. My question is, does the scikit-learn community plan to add standard load/save or dump/dumps and load/loads methods that would not create these dependencies?

If there is a better forum for posting questions like these, please let me know and I’ll be happy to post there instead.

Thanks!

Keith Lehman

Cell: 617-834-2863

Skype: k.lehman

e-mail: kleh...@intercapenergy.com



------------------------------------------------------------------------------
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://pubads.g.doubleclick.net/gampad/clk?id=278785351&iu=/4140


_______________________________________________
Scikit-learn-general mailing list
Scikit-learn-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general

------------------------------------------------------------------------------
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://pubads.g.doubleclick.net/gampad/clk?id=278785351&iu=/4140
_______________________________________________
Scikit-learn-general mailing list
Scikit-learn-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general

Reply via email to