PredictionDriftSignal Class

Prediction drift signal.

Constructor

PredictionDriftSignal(*, production_data: ProductionData | None = None, reference_data: ReferenceData | None = None, metric_thresholds: PredictionDriftMetricThreshold, alert_enabled: bool = False, properties: Dict[str, str] | None = None)

Keyword-Only Parameters

Name Description
production_data

The data for which drift will be calculated

Default value: None
reference_data

The data to calculate drift against

Default value: None
metric_thresholds

Metrics to calculate and their associated thresholds

alert_enabled

Whether or not to enable alerts for the signal. Defaults to False.

Default value: False
properties

Dictionary of additional properties.

Default value: None

Variables

Name Description
type
str

The type of the signal, set to "prediction_drift" for this class.