in a machine learning, there is a possibility of overfitting training data and carrying the noise of that data through to the test set, that give inaccurate generalizations.

What are methods available to avoid overfitting, other than below methods :

1- Keep the model simpler: remove some of the noise in the training data.

2- Use cross-validation techniques such as k-folds cross-validation.

3- Use regularization techniques such as LASSO

Thanks

More Naveen Kumar Meena's questions See All
Similar questions and discussions