Skip to content

Commit 636d7e4

Browse files
[DEP] Remove deprecated stats (#2963)
* Remove deprecated stats * fixes and docs * import fixes * doctests * alpha docs
1 parent ad3b5e2 commit 636d7e4

File tree

12 files changed

+488
-886
lines changed

12 files changed

+488
-886
lines changed

aeon/benchmarking/metrics/anomaly_detection/__init__.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@
1414
"range_pr_auc_score",
1515
"range_pr_vus_score",
1616
"range_roc_vus_score",
17-
"ts_precision",
18-
"ts_recall",
19-
"ts_fscore",
2017
]
2118

2219
from aeon.benchmarking.metrics.anomaly_detection._continuous import (
@@ -31,11 +28,6 @@
3128
range_precision,
3229
range_recall,
3330
)
34-
from aeon.benchmarking.metrics.anomaly_detection._range_ts_metrics import (
35-
ts_fscore,
36-
ts_precision,
37-
ts_recall,
38-
)
3931
from aeon.benchmarking.metrics.anomaly_detection._vus_metrics import (
4032
range_pr_auc_score,
4133
range_pr_roc_auc_support,

0 commit comments

Comments
 (0)