We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1de9cc commit f9bd192Copy full SHA for f9bd192
utils/metrics/__init__.py
@@ -1,6 +1,6 @@
1
-__all__ = ["EntropyPrediction", "Recall", "F1Score"]
+__all__ = ["EntropyPrediction", "Recall", "F1Score", "Precision"]
2
3
from .EntropyPred import EntropyPrediction
4
from .F1 import F1Score
5
-from .recall import Recall
6
from .precision import Precision
+from .recall import Recall
0 commit comments