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.
Loading...
Related Quiz
- What metric would be more appropriate to use when the classes in a classification problem are imbalanced?
- In scenarios where you want the model to discover the best action to take by interacting with an environment, you'd likely use ________ learning.
- What is the primary goal of exploration in reinforcement learning?
- Hierarchical clustering can be broadly classified into two types based on how the hierarchy is constructed. What are these two types?
- A medical diagnosis AI system provides a diagnosis but does not give any rationale or reasoning behind it. What aspect of machine learning is this system lacking?