8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99f2dde commit e34b64cCopy full SHA for e34b64c
sklearn/metrics/_classification.py
@@ -991,7 +991,7 @@ def f1_score(
991
):
992
"""Compute the F1 score, also known as balanced F-score or F-measure.
993
994
- The F1 score can be interpreted as a weighted average of the precision and
+ The F1 score can be interpreted as a harmonic mean of the precision and
995
recall, where an F1 score reaches its best value at 1 and worst score at 0.
996
The relative contribution of precision and recall to the F1 score are
997
equal. The formula for the F1 score is::
0 commit comments