-
Notifications
You must be signed in to change notification settings - Fork 86
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
Check two examples per class for multiclass in InvalidTargetDataCheck #1596
Conversation
gsheni
commented
Dec 22, 2020
- Fixes InvalidTargetDataCheck does not support checking multiclass #1595
Codecov Report
@@ Coverage Diff @@
## main #1596 +/- ##
=========================================
+ Coverage 100.0% 100.0% +0.1%
=========================================
Files 240 240
Lines 18235 18247 +12
=========================================
+ Hits 18227 18239 +12
Misses 8 8
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.
LGTM! Left one nit-pick about the error msg
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.
Looks good, but I left some suggestions on how we could improve the output / clean up the details 👍
evalml/tests/data_checks_tests/test_invalid_targets_data_check.py
Outdated
Show resolved
Hide resolved
f766d84
to
95e5c96
Compare
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 making the updates, LGTM! 😁
8a03ec0
to
b32bf6a
Compare