다음을 통해 공유


PredictionDriftSignal 클래스

참고

이는 실험적인 클래스이며 언제든지 변경될 수 있습니다. 자세한 내용은 https://aka.ms/azuremlexperimental을 참조하세요.

예측 드리프트 신호입니다.

상속
azure.ai.ml.entities._monitoring.signals.MonitoringSignal
PredictionDriftSignal

생성자

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

매개 변수

baseline_dataset
MonitorInputData

드리프트를 계산할 데이터 세트입니다.

metric_thresholds
list[PredictionDriftMetricThreshold]

계산할 메트릭 목록 및 관련 임계값

alert_enabled
bool

신호에 대한 경고를 사용하도록 설정할지 여부입니다. 기본값은 True입니다.

변수

type
str

신호의 형식입니다. 이 클래스에 대해 "prediction_drift"로 설정합니다.