monitoring
monitoring copied to clipboard
[BUG] result.save_as_html is saving uncompilable html file
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')`
Does viewing the suite without saving works ok?