We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e96113 commit 34c5e48Copy full SHA for 34c5e48
evalem/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "0.0.3-alpha.1"
+__version__ = "0.0.4-alpha"
2
3
from ._base.evaluators import Evaluator # noqa
4
from ._base.pipelines import EvaluationPipeline, SimpleEvaluationPipeline # noqa
@@ -9,10 +9,10 @@ class BaseMetrics:
9
We use this to encapsulate base metrics that are task agnostic
10
"""
11
12
- from ._base.metrics import (
+ from ._base.metrics import ( # noqa
13
AccuracyMetric,
14
ConfusionMatrix,
15
F1Metric,
16
PrecisionMetric,
17
RecallMetric,
18
- ) # noqa
+ )
0 commit comments