AI, Python, Cognitive Neuroscience
3.86K subscribers
1.09K photos
47 videos
78 files
892 links
Download Telegram
What metrics to focus on, in confusionmatrix?
Ans-> It depends on the problem statement and data one is dealing with!

#examples
1) Spam Filter -> Consider +ve class as 'spam'. Optimize for Precision/Specificity, the reason for the same is...
False Negatives(spam emails in the primary) are more acceptable than False Positives(primary emails in Spam).

2) Fraud Transactions -> Consider +ve class as 'Fraud'. Optimize for Sensitivity, the reason for the same is...
False Positives(detecting fraud, but they are not) are more acceptable than False Negatives(detecting not as a fraud, but actually they are).

Will discuss more of Classification problem in our group

#datascience #machinelearning

✴️ @AI_Python_EN