I have a dataset with predicted variable having two classes; true and false. 99.99% of the values are with false class. In this case, no-information rate is 99.99%. So, any model that I build needs to have an accuracy higher than the no-information rate.
It is very difficult to beat the no-information rate. In such a case, will having a model of a accuracy of 70-80% be of any value at all? If not, what are my options to improve the accuracy of my model? I have tried various techniques such as oversampling the minority class, undersampling the majority class and SMOTE, but it's hard to beat the as-is accuracy.