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

Custom scoring functions for Pipeliner #22

Open
lodurality opened this issue Apr 24, 2017 · 0 comments
Open

Custom scoring functions for Pipeliner #22

lodurality opened this issue Apr 24, 2017 · 0 comments
Assignees

Comments

@lodurality
Copy link
Member

Now, Pipeliner can use only standard sklearn scoring functions, which you should set though list of strings. Scoring functions should be set through a list of tuples or dictionary (it converts dict to list of tuples with keys in alphabetical order). Pipeliner makes scorers though standard sklearn make_scorer functions and sets name for each scoring function according to first element in each tuple.

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