December 2019
Intermediate to advanced
368 pages
11h 10m
English
The F1 score is a weighted average between the precision and recall scores. The best value of the F1 score is one, and the worst is zero. The F1 score allows measuring classification accuracy specific to a particular class. It can be defined as follows:

Here
is the precision score, and
is the recall score relative to a specific positive class.
In the next section, we will look at the Receiver Operating Characteristic (ROC) curve and ...
Read now
Unlock full access