After completing the required steps to build a machine learning model (Training and testing). How to evaluate the model using new data ?. Assuming we built a classification model with Python using Sklearn decision tree algorithm (for spam detection), After getting an accuracy of 0.97, for example, how can we test this model with new data to check if it works fine?

Similar questions and discussions