-
-
Notifications
You must be signed in to change notification settings - Fork 135
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
Support for custom metrics #127
Comments
Hey @flokde, thanks for the suggestion. I see 2 approaches if you really need this.
then in your
then in autosklearn
now the custom metric is loaded in the environment running the framework, so this should work, besides it's not invasive to integrate, more or less 6 lines above, and it will work locally, in docker, and on aws, as soon as Otherwise, without the placeholder, you can always hardcode the path:
but then it will only work locally. If you're interested in implementing (2), please go on, otherwise, you'll have to wait until I can find time for this. |
I think I'll come up with a more generic way to provide custom python extensions for the frameworks integration: custom metrics will just be able to use this mechanism |
Hey Seb! |
Really enjoy working with the package! Would it be possible to implement the use of custom metrics? Some AutoML frameworks like autosklearn support this while others like h2o do not. I think it would be great to have the benchmark support custom metrics for various applications and utilise it in frameworks that in turn support this. If this is already possible (through reconfiguring the frameworks and adding a custom version e.g.), I would really appreciate to be pointed in the right direction. Thank you!
The text was updated successfully, but these errors were encountered: