DEV Community

Kaustubh Verma
Kaustubh Verma

Posted on

Why Your Machine Learning Model Fails

If your model performs poorly, check your data before changing the algorithm.

Some possible reasons:

  • Missing values
  • Incorrect labels
  • Imbalanced classes
  • Duplicate samples
  • Outliers

Here's a practical explanation of each:

Machine Learning Guide: What are the Data Issues occurring in Machine Learning and how to handle them

Discover the Techniques that can be applied when handling the Data issues occurring in Machine Learning

favicon mlguidance.blogspot.com

Top comments (0)