meridian.model.eda.eda_outcome.EDAOutcome

A dataclass for the outcomes of a single EDA check function.

An EDA check function can discover multiple issues. This object groups all of those individual issues, reported as a list of EDAFinding objects.

check_type The type of the EDA check that is being performed.
findings A list of all individual issues discovered by the check.
analysis_artifacts A list of analysis artifacts from the EDA check.
get_geo_artifact Returns the geo-level analysis artifact.
get_national_artifact Returns the national-level analysis artifact.

Methods

__eq__

Return self==value.