Open billlyzhaoyh opened 7 months ago
Hi @billlyzhaoyh,
In the second instance (when you combine multiple Test Presets), you generate a very large number of column-level tests, compared to the first instance (where DataQualityPreset()
generates summaries for all columns only once).
Many of these individual Tests have a visual render (e.g., distribution of each column), increasing the resulting HTML's size.
The solution is to create a custom Test Suite that includes the individual Tests you'd like to see, instead of combining Test Presets. https://docs.evidentlyai.com/user-guide/tests-and-reports/custom-test-suite
Thank you for this @elenasamuylova I was trying to look up but is there any way that we can disable visual render functionality in favour of a smaller HTML?
Hi @billlyzhaoyh, I am afraid there is no such feature currently. However, you can export the results as a JSON or Python dictionary instead: https://docs.evidentlyai.com/user-guide/tests-and-reports/run-tests#output-formats
The two files in the screenshot are generated with the code below:
What can I do to shrink the size of the HTML output from the test suite?