Spaces:
Runtime error
Runtime error
Add description to card metadata
#1
by julien-c HF Staff - opened
The F1 score is the harmonic mean of the precision and recall. It can be computed with the equation:
F1 = 2 * (precision * recall) / (precision + recall)
julien-c changed pull request status to merged