View source on GitHub
|
The immutable result of the Goodness of Fit Check.
Inherits From: CheckResult, BaseResultData
meridian.analysis.review.results.GoodnessOfFitCheckResult(
case: meridian.analysis.review.results.GoodnessOfFitCases,
details: dict[str, Any],
is_holdout: bool = False
)
Attributes | |
|---|---|
recommendation
|
Returns the check result message. |
case
|
Dataclass field |
details
|
Dataclass field |
is_holdout
|
Dataclass field |
Methods
__eq__
__eq__(
other
)
Return self==value.
Class Variables | |
|---|---|
| is_holdout |
False
|
View source on GitHub