-
Notifications
You must be signed in to change notification settings - Fork 792
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
datalab_regression #796
datalab_regression #796
Conversation
Preleminary work to ensure that default task (classification) will work smoothly.
Removed unused imports
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.
Great start @mglowacki100!
Here are a few comments.
You may want to merge master into your branch before moving on with development. |
Co-authored-by: Elías Snorrason <eliassno@gmail.com>
Co-authored-by: Elías Snorrason <eliassno@gmail.com>
Co-authored-by: Elías Snorrason <eliassno@gmail.com>
Co-authored-by: Elías Snorrason <eliassno@gmail.com>
Co-authored-by: Elías Snorrason <eliassno@gmail.com>
Co-authored-by: Elías Snorrason <eliassno@gmail.com>
Doc-string added Co-authored-by: Elías Snorrason <eliassno@gmail.com>
Co-authored-by: Elías Snorrason <eliassno@gmail.com>
Co-authored-by: Elías Snorrason <eliassno@gmail.com>
Co-authored-by: Elías Snorrason <eliassno@gmail.com>
Co-authored-by: Elías Snorrason <eliassno@gmail.com>
comment explaining workaround
function renaming to avoid conflict
name collision fix
add test class for the IssueFinder when the task is regression
The register method and issue manager factories will be more more maintainable if every issue manage is registered to a task. For now, only label issue checks work for regression, as that is the only issue manger registered for regression.
Run through cases where it looks at the kwargs. Another case where it looks at the issue_types kwarg.
not within the scope of this PR
docstrings, whitespace,...
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.
Wonderful work @mglowacki100!
I've made some adjustments to the registry and related functionality, as well as handled labels are numerical values (for regression).
Hi @elisno |
Based on discussion #774
Preleminary work to ensure that default task (classification) will work smoothly. Still to do:
label.py
for regression, test for Datalab regression, docstring updates.Usage example