Closed
Description
I want to find the Average Recall and Precision values. I have tried, printing these value Code link
rec = tp / float(npos) prec = tp / np.maximum(tp + fp, np.finfo(np.float64).eps)
But it is printing long list of values which i am not able to get.
Metadata
Metadata
Assignees
Labels
No labels