Thanks Andy, have added to the issue.
On 13 March 2012 15:16, Andreas wrote:
> Hi Martin.
>
> This might be solved by issue 565
> https://github.com/scikit-learn/scikit-learn/issues/565.
> Maybe you should add there that keeping the estimators in memory also
> prevents pickling.
>
> Cheers,
> And
Hi Martin.
This might be solved by issue 565
https://github.com/scikit-learn/scikit-learn/issues/565.
Maybe you should add there that keeping the estimators in memory also
prevents pickling.
Cheers,
Andy
On 03/13/2012 03:11 PM, Martin Fergie wrote:
> Good Afternoon,
>
> I'm trying to pickle a
Good Afternoon,
I'm trying to pickle a class that contains a reference to a
GridSearchCV object and it is failing due to an instancemethod type. I
was under the impression that scikit-learn objects should be
picklable, is this correct? If so, would it be appropriate for me to
raise an issue?
Info