Skip to content
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

The Intertable Trends visualization is mislabeled as 'Column Shapes' #477

Closed
amontanez24 opened this issue Oct 24, 2023 · 0 comments · Fixed by #482
Closed

The Intertable Trends visualization is mislabeled as 'Column Shapes' #477

amontanez24 opened this issue Oct 24, 2023 · 0 comments · Fixed by #482
Assignees
Labels
bug Something isn't working
Milestone

Comments

@amontanez24
Copy link
Contributor

Environment Details

Please indicate the following details about the environment in which you found the bug:

  • SDMetrics version: main branch
  • Python version: Any
  • Operating System: Any

Error Description

When running get_visualization, the wrong label is at the top of the graph. It should say "Intertable Trends"
Screenshot 2023-10-23 at 10 30 41 PM

Steps to reproduce

from sdmetrics import load_demo
from sdmetrics.reports.multi_table import QualityReport

real_data, synthetic_data, metadata = load_demo(modality='multi_table')

report = QualityReport()

report.generate(real_data, synthetic_data, metadata, verbose=True)
report.get_visualization('Intertable Trends', 'users')
@amontanez24 amontanez24 added the bug Something isn't working label Oct 24, 2023
@npatki npatki added this to the 0.12.0 milestone Oct 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants