PredictionDriftMetricThreshold Class
Prediction drift metric threshold
- Inheritance
-
azure.ai.ml.entities._monitoring.thresholds.MetricThresholdPredictionDriftMetricThreshold
Constructor
PredictionDriftMetricThreshold(*, data_type: MonitorFeatureType | None = None, threshold: float | None = None, numerical: NumericalDriftMetrics | None = None, categorical: CategoricalDriftMetrics | None = None)
Parameters
Name | Description |
---|---|
numerical
Required
|
Numerical drift metrics |
categorical
Required
|
Categorical drift metrics |
Keyword-Only Parameters
Name | Description |
---|---|
data_type
Required
|
|
threshold
Required
|
|
numerical
Required
|
|
categorical
Required
|
|
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python