What type of machine learning problem is predicting whether an email is spam or not?

Data Science with Python Easy

Data Science with Python — Easy

What type of machine learning problem is predicting whether an email is spam or not?

Key points

  • Binary classification involves predicting between two classes
  • Regression predicts continuous values, not classes
  • Clustering groups similar data points together
  • Dimensionality reduction reduces the number of features, not classifies data

Ready to go further?

Related questions