We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8213ba commit a095911Copy full SHA for a095911
sdk/ml/azure-ai-ml/azure/ai/ml/entities/_monitoring/thresholds.py
@@ -162,9 +162,6 @@ def _get_default_thresholds(cls) -> "CategoricalDriftMetrics":
162
jensen_shannon_distance=0.1,
163
)
164
165
- def get_name_and_threshold(self) -> Tuple:
166
- return self._find_name_and_threshold()
167
-
168
169
class DataDriftMetricThreshold(MetricThreshold):
170
"""Data drift metric threshold
0 commit comments