Skip to content

[BUG] result.save_as_html is saving uncompilable html file #401

@yashsrivastavv

Description

@yashsrivastavv

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')`

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions