Skip to content

Commit a1f3a56

Browse files
committed
changed const.py
1 parent 1e8a9d2 commit a1f3a56

File tree

1 file changed

+0
-8
lines changed
  • ads/opctl/operator/lowcode/anomaly

1 file changed

+0
-8
lines changed

ads/opctl/operator/lowcode/anomaly/const.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -63,21 +63,13 @@ class SupportedMetrics(str, metaclass=ExtendedEnumMeta):
6363
MEAN_PRECISION = "Mean Precision"
6464
MEAN_ACCURACY = "Mean Accuracy"
6565
MEAN_F1_SCORE = "Mean f1_score"
66-
MEAN_FP = "Mean False Positive"
67-
MEAN_FN = "Mean False Negative"
68-
MEAN_TP = "Mean True Positive"
69-
MEAN_TN = "Mean True Negative"
7066
MEAN_ROC_AUC = "Mean ROC_AUC"
7167
MEAN_PRC_AUC = "Mean PRC_AUC"
7268
MEAN_MCC = "Mean MCC"
7369
MEDIAN_RECALL = "Median Recall"
7470
MEDIAN_PRECISION = "Median Precision"
7571
MEDIAN_ACCURACY = "Median Accuracy"
7672
MEDIAN_F1_SCORE = "Median f1_score"
77-
MEDIAN_FP = "Median False Positive"
78-
MEDIAN_FN = "Median False Negative"
79-
MEDIAN_TP = "Median True Positive"
80-
MEDIAN_TN = "Median True Negative"
8173
MEDIAN_ROC_AUC = "Median ROC_AUC"
8274
MEDIAN_PRC_AUC = "Median PRC_AUC"
8375
MEDIAN_MCC = "Median MCC"

0 commit comments

Comments
 (0)