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

Doesn't pickle scorers #6

Closed
flennerhag opened this issue Feb 4, 2017 · 3 comments
Closed

Doesn't pickle scorers #6

flennerhag opened this issue Feb 4, 2017 · 3 comments
Labels
Milestone

Comments

@flennerhag
Copy link
Owner

Does not seem to allow pickling a scorer created manually by the user through the make_scorer interface. Issue with the underlying callable function.

@flennerhag flennerhag added the bug label Feb 4, 2017
@flennerhag flennerhag added this to the diagnose milestone Feb 4, 2017
@flennerhag
Copy link
Owner Author

Possibly solvable by storing the callable function explicitly as an attribute of the evaluator.

@flennerhag
Copy link
Owner Author

May need to make make_scorer a part of the source code as an external

@flennerhag
Copy link
Owner Author

make_scorer part of mlens library.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant