Re: [Scikit-learn-general] Scikit-learn standards for serializing/saving objects

2016-03-24 Thread Andreas Mueller
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 larg

Re: [Scikit-learn-general] Scikit-learn standards for serializing/saving objects

2016-03-23 Thread Joel Nothman
; Sent: Wednesday, March 23, 2016 4:05 PM >> To: scikit-learn-general@lists.sourceforge.net >> Subject: Re: [Scikit-learn-general] Scikit-learn standards for >> serializing/saving objects >> >> I also had some issues with Pickle in the past and have to admit that I >

Re: [Scikit-learn-general] Scikit-learn standards for serializing/saving objects

2016-03-23 Thread Chris Hausler
need to be saved > and how best to extract them. > > - Keith > > -Original Message- > From: Sebastian Raschka [mailto:se.rasc...@gmail.com] > Sent: Wednesday, March 23, 2016 4:05 PM > To: scikit-learn-general@lists.sourceforge.net > Subject: Re: [Scik

Re: [Scikit-learn-general] Scikit-learn standards for serializing/saving objects

2016-03-23 Thread Keith Lehman
: Wednesday, March 23, 2016 4:05 PM To: scikit-learn-general@lists.sourceforge.net Subject: Re: [Scikit-learn-general] Scikit-learn standards for serializing/saving objects I also had some issues with Pickle in the past and have to admit that I actually don't trust pickle files ;). Maybe, I a

Re: [Scikit-learn-general] Scikit-learn standards for serializing/saving objects

2016-03-23 Thread Sebastian Raschka
I also had some issues with Pickle in the past and have to admit that I actually don't trust pickle files ;). Maybe, I am too paranoid, but I am always afraid of corrupting or losing the data. Probably not the most elegant solution, but I typically store estimator settings and model parameters a