deepchecks / deepchecks/monitoring
[BUG] result.save_as_html is saving uncompilable html file
Open
bug
linear
monitoring
- Dominant language
- Python
- Stars
- 28
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
**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')`
Contributor guide
Assessment
This issue has not been assessed yet.