Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -162,9 +162,6 @@ def _get_default_thresholds(cls) -> "CategoricalDriftMetrics":
jensen_shannon_distance=0.1,
)

def get_name_and_threshold(self) -> Tuple:
return self._find_name_and_threshold()


class DataDriftMetricThreshold(MetricThreshold):
"""Data drift metric threshold
Expand Down