Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
precision & recall
#1
Hi all.

There are tons of examples about precision and recall online.
But I have difficulty explaining by connecting both metrics to the use case.
I would like to therefore seek you help if my following interpretation of both this metrics is correct? Else, do correct me. And what other info can we draw from this metrics?
"The classifier is able to correctly detect 76% of the negatives, however, it is only about 38% of the time correct.
"The classifier however, is able to correctly detect about only 31% of the positives, however, it is about 70% of the time correct."

Output:
precision recall f1-score -ve (minority class) 0.376995 0.758358 0.503627 +ve (majority class) 0.698347 0.308619 0.428065
Thanks a lot.
Reply
#2
specificity = 0.76
sensitivity = 0.31

Not sure how to reconcile the simultaneous 38% and 70% correct statements.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Time class with picosecond precision marcocod 5 3,647 Jul-03-2020, 12:12 AM
Last Post: Larz60+
  F-score and Recall values Greater Than 1 Hani 5 2,439 May-13-2020, 01:47 AM
Last Post: Hani
  F-score, Precision, and Recall values Hani 3 2,511 May-09-2020, 08:16 AM
Last Post: ThomasL
  problem to add precision, recall and f1-score edys 7 4,084 May-28-2019, 04:48 AM
Last Post: heiner55

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020