You are given a cancer detection data set. Let’s suppose when you build a classification model you achieved an accuracy of 96%. Why shouldn’t you be happy with your model performance? What can you do about it?
You can do the following: Add more data Treat missing outlier values Feature Engineering Feature Selection Multiple Algorithms Algorithm Tuning Ensemble Method Cross-Validation While achieving a 96% accuracy rate on a cancer detection dataset might seem impressive at first glance, there are several reasons why one shouldn’t be entirely satisfied with this result: Class Imbalance: … Read more