Skip to content

Latest commit

 

History

History
1 lines (1 loc) · 270 Bytes

F1 Score.md

File metadata and controls

1 lines (1 loc) · 270 Bytes

F1 score is a measure combining precision and recall. F1 score is the weighted average of precision and recall (the number of true positives divided by the sum of true positives and false negatives). F-score is scored between 0 and 1. Values closer to 1 are better. •