-
-
Notifications
You must be signed in to change notification settings - Fork 144
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
Add username #790
Add username #790
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #790 +/- ##
===========================================
- Coverage 87.69% 87.69% -0.01%
===========================================
Files 36 36
Lines 4201 4208 +7
===========================================
+ Hits 3684 3690 +6
- Misses 517 518 +1
Continue to review full report at Codecov.
|
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 a lot, this looks really helpful.
I only have one minor request and one question.
Reference Issue
What does this PR implement/fix? Explain your changes.
Add uploader and id columns to list_evaluations
How should this PR be tested?
evaluations = openml.evaluations.list_evaluations("predictive_accuracy",
uploader=[uploader_id],
output_format='dataframe')
Any other comments?