-
Notifications
You must be signed in to change notification settings - Fork 193
Adding an OpenML example #310
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
Conversation
|
Would be nice if there was a contribution guide :) Not everyone uses flake8 for example, so it's nice to have it documented that this needs to be done |
HideakiImamura
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR. Basically, LGTM. I have a minor comment about the license. Please take a look.
|
This pull request has not seen any recent activity. |
|
Anything else I can help with? |
|
@HideakiImamura Could you review this PR? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for late response. Looks very good! Thank you for adding awesome example.
Motivation
Hello, we wanted to add a PR that describes how to get data and publish your training pipelines (and much more) from OpenML(https://openml.org). This builds off an example which a colleague of yours submitted to our
repository with some added explanation of OpenML terms.
Description of the changes
A folder openml/
Cheers :)