Questions tagged [sensitivity]
2 questions
1
vote
1 answer
How to calculate sensitivity and specificity given AUC score?
I couldn't find any relevant information on how to calculate sensitivity and specificity with AUC score. There is one picture that presents what I want, however I wasn't able to interpret it for my numbers.
My AUC results are different and would…

bit_scientist
- 241
- 1
- 4
- 15
0
votes
1 answer
Is it ok to have an accuracy of 65% and a sensitivity of 90% with Naive Bayes for sentiment analysis?
I am creating a sentiment analysis model using Naive Bayes. When I test the model, I get an average accuracy of 65%; however, the sensitivity of the model is much higher, 90%.
So, I am wondering if there are methods to fixing this data; or, since…