Closed npatki closed 1 year ago
The current progress bar always increments in 4 steps (no matter how many columns I have) and doesn't give me much insight into the progress.
Instead of a single progress bar, we can show 2 progress instead: One for the Column Shapes property and one for Column Pair Trends.
Column Shapes
Column Pair Trends
report.generate(real_data, synthetic_data, metadata, verbose=True)
Generating report ... (1/2) Evaluating Column Shapes: 100%|██████████| 25/25 [00:00<00:00, 7.09it/s] (2/2) Evaluating Column Pair Trends: 100%|██████████| 325/325 [00:00<00:00, 7.09it/s] Overall Quality Score: 82.84% Properties: - Column Shapes: 82.78% - Column Pair Trends: 82.9%
Problem Description
The current progress bar always increments in 4 steps (no matter how many columns I have) and doesn't give me much insight into the progress.
Expected behavior
Instead of a single progress bar, we can show 2 progress instead: One for the
Column Shapes
property and one forColumn Pair Trends
.Example