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

SDMs are not pickleable #22

Closed
patricksnape opened this issue Mar 25, 2015 · 2 comments
Closed

SDMs are not pickleable #22

patricksnape opened this issue Mar 25, 2015 · 2 comments

Comments

@patricksnape
Copy link
Contributor

This is due to the features method on the RegressionTrainer class/subclasses. For the NonParameterRegressorTrainer, the features method is passed into the NonParametricRegressor here, which is a bound method. This can't be pickled. Therefore, we need to break that dependency and make that features method a separate function or a Callable.

@grigorisg9gr
Copy link
Member

Closed with #55 right?

@patricksnape
Copy link
Contributor Author

Yup :)

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

2 participants