-
Notifications
You must be signed in to change notification settings - Fork 395
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
fix dataset explorer plot with count not displaying #1454
Conversation
a8518ba
to
915dd79
Compare
Codecov Report
@@ Coverage Diff @@
## main #1454 +/- ##
=======================================
Coverage 89.34% 89.34%
=======================================
Files 80 80
Lines 3556 3556
=======================================
Hits 3177 3177
Misses 379 379
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
915dd79
to
f4255fb
Compare
2 similar comments
In the screenshot I don't see |
@romanlutz, I checked that locally, the |
f4255fb
to
2e56401
Compare
Description
Fixed issue #1453 where count plot is not displaying.
The main problem was that count uses "none" as the metadata name, which does not have any sorted categorical values (see
responsible-ai-toolbox/libs/core-ui/src/lib/util/JointDataset.ts
Line 739 in bc7a9f9
Screenshot of fixed plot:

Checklist