meridian.model.eda.eda_outcome.FindingCause
Stay organized with collections
Save and categorize content based on your preferences.
Enumeration for the type of finding, mapping to specific data tables.
Attributes |
NONE
|
For informational findings that do not indicate a data issue.
|
MULTICOLLINEARITY
|
For findings related to multicollinearity between
variables (e.g. from VIF or pairwise correlation checks).
|
VARIABILITY
|
For findings related to variables with extreme variability
issues, such as no variation (e.g. KPI invariability check or standard
deviation checks).
|
INCONSISTENT_DATA
|
For findings related to inconsistent data points (e.g.
zero cost with positive media units, from cost per media unit check).
|
RUNTIME_ERROR
|
For findings that indicate a runtime error during an EDA
check.
|
OUTLIER
|
For findings related to outliers in data (e.g. cost per media unit
outlier check).
|
Class Variables |
|
INCONSISTENT_DATA
|
<FindingCause.INCONSISTENT_DATA: 4>
|
|
MULTICOLLINEARITY
|
<FindingCause.MULTICOLLINEARITY: 2>
|
|
NONE
|
<FindingCause.NONE: 1>
|
|
OUTLIER
|
<FindingCause.OUTLIER: 6>
|
|
RUNTIME_ERROR
|
<FindingCause.RUNTIME_ERROR: 5>
|
|
VARIABILITY
|
<FindingCause.VARIABILITY: 3>
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-03-05 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-03-05 UTC."],[],[]]