Whenever a data scientist works to predict or classify a problem, they first detect accuracy by using the trained model to the train set and then to the test set.  If the accuracy is satisfactory, i.e., both the training and testing accuracy are good, then a particular model is considered for further development. But sometimes,…

The post Understanding Overfitting and Underfitting for Data Science appeared first on Analytics India Magazine.