Skip to content

Commit f9bd192

Browse files
committed
added precision to __all__
1 parent c1de9cc commit f9bd192

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utils/metrics/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
__all__ = ["EntropyPrediction", "Recall", "F1Score"]
1+
__all__ = ["EntropyPrediction", "Recall", "F1Score", "Precision"]
22

33
from .EntropyPred import EntropyPrediction
44
from .F1 import F1Score
5-
from .recall import Recall
65
from .precision import Precision
6+
from .recall import Recall

0 commit comments

Comments
 (0)