Concept

How to choose between precision and recall?

According to the formula, since we always want to maximize True Positive, the key point is whether we want to minimize False Positive (choose precision) or minimize False Negative (choose recall).

Cases where we want to minimize FP include crime detection, recommendation and so on, where we don't want to falsely detect a positive situation.

Cases where we want to minimize FN include prisoning, tumor detection and so on. The cost of falsely predicting a negative situation is very large.

However, the final decision depends on the actual needs that are specified.

0

3

Updated 2021-10-23

Tags

Data Science