-
Notifications
You must be signed in to change notification settings - Fork 50
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
BUG: Fix multiclass onehot inverse #189
Conversation
📝 Docs preview for commit f197d94 at: https://www.adriangb.com/scikeras/refs/pull/189/merge/ |
Codecov Report
@@ Coverage Diff @@
## master #189 +/- ##
==========================================
+ Coverage 99.55% 99.70% +0.14%
==========================================
Files 6 6
Lines 671 669 -2
==========================================
- Hits 668 667 -1
+ Misses 3 2 -1
Continue to review full report at Codecov.
|
#188 (comment) confirms this fixes the original bug report. Will move forward with merge. |
Resolves #188
One-hot encoded targets were not being processed correctly. The tests were checking for shapes and dtypes (which were correct), but the values were not.
This implements 2 things:
transformers.py