File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
ads/opctl/operator/lowcode/anomaly Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments