The trap
Accuracy feels simple. If your model gets 95% accuracy, it sounds internship-ready.
But accuracy only says the share of correct predictions. It does not say which mistakes the model made. In many hackathon datasets, one class is much more common than the other.
Remember this
High accuracy can be useless when the dataset is imbalanced. Always compare your accuracy with a dumb baseline that predicts the most common class.