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

Allow custom evaluation metrics #52

Open
bcyphers opened this issue Jan 14, 2018 · 2 comments
Open

Allow custom evaluation metrics #52

bcyphers opened this issue Jan 14, 2018 · 2 comments

Comments

@bcyphers
Copy link
Contributor

Right now, it's only possible to configure a datarun to use methods and metrics that are included with the library. It should be possible to pass JSON files for custom machine-learning methods and Python files/functions for custom metrics. This can be implemented in much the same way that custom tuners/selectors for BTB are handled.

@bcyphers
Copy link
Contributor Author

Custom methods are in, as of #60. Still need to do custom metrics.

@bcyphers bcyphers changed the title Allow custom machine-learning methods and metrics Allow custom evaluation metrics Jan 17, 2018
@micahjsmith
Copy link
Member

This issue should only pertain to custom metrics. Custom methods are covered in #113.

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

No branches or pull requests

2 participants