The model is showing the common problem of overfitting. Overfitting occurs when a machine learning model learns the training data too well, including its noise and specific patterns, to the extent that it fails to perform accurately on new, unseen data. Training data is the dataset used to teach the model how to make predictions. The 99% accuracy on training data m....
Log in to view the answer