meridian.analysis.review.configs.BaselineConfig

Configuration for the Baseline Check.

Inherits From: BaseConfig

This check warns if there is a high probability of a negative baseline.

negative_baseline_prob_review_threshold Probability threshold for a review. If the probability of a negative baseline is above this value, a review is issued.
negative_baseline_prob_fail_threshold Probability threshold for a failure. If the probability of a negative baseline is above this value, the check fails.

Methods

__eq__

Return self==value.

negative_baseline_prob_fail_threshold 0.8
negative_baseline_prob_review_threshold 0.2