deepchecks / deepchecks/monitoring

[BUG] result.save_as_html is saving uncompilable html file

Open
#401 1 comment 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.