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
; 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
>
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
: 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
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