If you want to predict whether an email is spam (1) or not spam (0), which regression technique would you use?

  • Decision Tree Regression
  • Linear Regression
  • Logistic Regression
  • Polynomial Regression
For this classification task (spam or not spam), Logistic Regression is appropriate. It models the probability of the email being spam and maps it to a binary outcome.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *