You are building a machine learning model for a hospital. Your model will scan chest x-ray photos to predict if a patient has pneumonia.
Is this a regression model?
Choose the correct answer from the options below.
Please select at least one answer!
Congratulations, that is the correct answer!
I'm sorry, but your answer is not correct.
Explanations for each answer:
Yes is incorrect. This model predicts whether a patient has pneumonia or not. This is a true/false prediction and therefore we would call the model a binary classification model.