Skip to content

Commit d901f83

Browse files
committed
passing all tests except filtering and confusion
1 parent 922c26a commit d901f83

15 files changed

Lines changed: 1406 additions & 1447 deletions

File tree

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,15 @@
11
from .annotation import Classification
2-
from .computation import (
3-
compute_confusion_matrix,
4-
compute_precision_recall_rocauc,
5-
)
6-
from .manager import DataLoader, Evaluator, Filter, Metadata
2+
from .evaluator import DataType, Filter
3+
from .legacy import DataLoader, Evaluator, Metadata
74
from .metric import Metric, MetricType
85

96
__all__ = [
107
"Classification",
11-
"compute_precision_recall_rocauc",
12-
"compute_confusion_matrix",
138
"MetricType",
149
"DataLoader",
1510
"Evaluator",
1611
"Metric",
1712
"Metadata",
1813
"Filter",
14+
"DataType",
1915
]

0 commit comments

Comments
 (0)