Update README.md

pavan
Pavan Mandava 6 years ago committed by GitHub
parent 2bee099c6c
commit dea631ed45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -5,7 +5,7 @@ Project repo for Computational Linguistics Team Laboratory at the University of
### Evaluation ### Evaluation
we plan to implement and use ***f1_score*** metric for evaluation we plan to implement and use ***f1_score*** metric for evaluation
> F1 score is a weighted average of Precision and Recall(or Harmonic Mean between Precision and Recall) > F1 score is a weighted average of Precision and Recall(or Harmonic Mean between Precision and Recall).
> The formula for F1 Score is: > The formula for F1 Score is:
> F1 = 2 * (precision * recall) / (precision + recall) > F1 = 2 * (precision * recall) / (precision + recall)

Loading…
Cancel
Save