in Azure by
Q:
You are given a dataset on cancer detection. You have built a classification model and achieved an accuracy of 96 percent. Why shouldn't you be happy with your model performance? What can you do about it?

1 Answer

0 votes
by

Cancer detection results in imbalanced data. In an imbalanced dataset, accuracy should not be based as a measure of performance. It is important to focus on the remaining four percent, which represents the patients who were wrongly diagnosed. Early diagnosis is crucial when it comes to cancer detection, and can greatly improve a patient's prognosis.

Hence, to evaluate model performance, we should use Sensitivity (True Positive Rate), Specificity (True Negative Rate), F measure to determine the class wise performance of the classifier.

Related questions

+3 votes
asked Jul 28, 2019 in R Language by Aarav2017
0 votes
asked Oct 3, 2019 in Artificial Intelligence by pranay jain
+1 vote
asked Mar 6, 2021 in Azure by SakshiSharma
0 votes
asked Sep 28, 2021 in Azure Essentials by Robin
...