A medical research team is studying the relationship between various health metrics (like blood pressure, cholesterol level) and the likelihood of developing a certain disease. The outcome is binary (disease: yes/no). Which regression model should they employ?
- Decision Tree Regression
- Linear Regression
- Logistic Regression
- Polynomial Regression
Logistic Regression is the appropriate choice for binary outcomes, such as the likelihood of developing a disease (yes/no). It models the probability of a binary outcome based on predictor variables, making it well-suited for this medical research.
Loading...
Related Quiz
- What metric would be more appropriate to use when the classes in a classification problem are imbalanced?
- You are working on a fraud detection system where false negatives (failing to detect a fraud) can have severe financial implications. Which metric would you prioritize to ensure that as many actual fraud cases as possible are detected?
- In ________ learning, the algorithm isn't provided with the correct answers but discovers them through exploration and exploitation.
- Ensuring that a machine learning model does not unintentionally favor or discriminate against certain groups is ensuring its ________.
- Which of the following techniques is used to estimate future rewards in reinforcement learning?