monitoring icon indicating copy to clipboard operation
monitoring copied to clipboard

[BUG] result.save_as_html is saving uncompilable html file

Open yashsrivastavv opened this issue 8 months ago • 1 comments

Describe the bug result.save_as_html('output1.html') this is saving a very large uncompilable html file

To Reproduce

`label_col = 'ENTITY_IND_TYPE' # Typically 0 for normal, 1 for anomaly deep_dataset = Dataset(df, label=label_col)

suite = full_suite() result = suite.run(deep_dataset)

result.save_as_html('output1.html')`

yashsrivastavv avatar Jun 10 '25 11:06 yashsrivastavv

Does viewing the suite without saving works ok?

JKL98ISR avatar Jun 12 '25 10:06 JKL98ISR