Calculates precision, recall and f1 score.
true_positive (int) – True positive count.
pred_count (int) – Predict count.
val_count (int) – Validation count.
float
(precision, recall, f1)