-
-
Notifications
You must be signed in to change notification settings - Fork 211
Add #632 #633
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 #632 #633
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #633 +/- ##
===========================================
+ Coverage 89.86% 90.03% +0.16%
===========================================
Files 32 32
Lines 3208 3232 +24
===========================================
+ Hits 2883 2910 +27
+ Misses 325 322 -3
Continue to review full report at Codecov.
|
openml/study/functions.py
Outdated
| size : int, optional | ||
| The maximum number of studies to show. | ||
| main_entity_type : str, optional | ||
| Can be `task` or `run`. In case of `task`, only benchmark suites are |
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.
For rest you should format as:
``'task'`` or ``'run'``
Reference Issue
Fixes #632
What does this PR implement/fix? Explain your changes.
How should this PR be tested?
Any other comments?