meridian.analysis.review.results.ReviewSummary

The final summary of all model quality checks.

overall_status The overall status of all checks.
summary_message A summary message of all checks.
results A list of all check results.
health_score The health score of the model.
checks_status Returns a dictionary of check names and statuses.

Methods

output_model_health_card

View source

Generates and saves the HTML output for the model health card.

Args
filename The name of the file to save the HTML output to.
filepath The path to the directory to save the HTML output to.

__eq__

Return self==value.