Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Serializing AutoSklearnClassifier #138

Closed
clemense opened this issue Sep 22, 2016 · 4 comments
Closed

Serializing AutoSklearnClassifier #138

clemense opened this issue Sep 22, 2016 · 4 comments
Milestone

Comments

@clemense
Copy link

What's the recommended way to serialize an AutoSklearnClassifier?
Pickle doesn't work due to "TypeError: cannot serialize '_io.TextIOWrapper' object".

Thanks

@mfeurer
Copy link
Contributor

mfeurer commented Sep 23, 2016

Pickle does not yet work on the master branch, we have recently fixed it on the development branch though. You can also have a look at #5 and #30.

@mfeurer mfeurer closed this as completed Sep 23, 2016
@lbustelo
Copy link

Pickle is broken again on development branch and master. It worked fine on b6c3f37, but right after that, it started to fail. I'm getting error

PicklingError: Can't pickle <class 'smac.runhistory.runhistory.RunValue'>: attribute lookup RunValue on smac.runhistory.runhistory failed

@mfeurer mfeurer reopened this Oct 18, 2016
@mfeurer
Copy link
Contributor

mfeurer commented Oct 18, 2016

Sorry for that bug, I'll have a look and try to do a fix as quickly as possible.

@mfeurer mfeurer added this to the 0.1.1 milestone Oct 20, 2016
@mfeurer
Copy link
Contributor

mfeurer commented Dec 9, 2016

This is actually fixed since the release of 0.1.1.

@mfeurer mfeurer closed this as completed Dec 9, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants