We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Please indicate the following details about the environment in which you found the bug:
When running get_visualization, the wrong label is at the top of the graph. It should say "Intertable Trends"
get_visualization
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')
The text was updated successfully, but these errors were encountered:
lajohn4747
Successfully merging a pull request may close this issue.
Environment Details
Please indicate the following details about the environment in which you found the bug:
Error Description
When running
get_visualization
, the wrong label is at the top of the graph. It should say "Intertable Trends"Steps to reproduce
The text was updated successfully, but these errors were encountered: