Learning Path
Question & Answer1
Understand Question2
Review Options3
Learn Explanation4
Explore TopicChoose the Best Answer
A
The model is insensitive to changes in input features.
B
The input features are highly correlated.
C
The model has overfitted to the training data.
D
The model is using an excessively complex algorithm.
Understanding the Answer
Let's break down why this is correct
Answer
When a model keeps giving the same answer even though the inputs change, it usually means the model is not using those inputs at all. This can happen if the model is too simple, like a linear regression with all but one coefficient set to zero, so only one feature matters. It can also be the result of heavy regularization that forces most weights to shrink toward zero, making the model insensitive to variations. In practice, you might see a model that always predicts the mean of the training data because it has learned that no input feature helps improve accuracy. For example, a decision tree that stops splitting after the first node will output the same prediction for every input, regardless of the remaining features.
Detailed Explanation
The model does not change its output much when the input changes. Other options are incorrect because The idea that highly correlated features make a model insensitive is a misconception; Overfitting means the model memorizes training data and often gives erratic predictions on new data.
Key Concepts
Sensitivity of Predictors
Predictor Stability
Generalization in Machine Learning
Topic
Sensitivity of Predictors
Difficulty
medium level question
Cognitive Level
understand
Practice Similar Questions
Test your understanding with related questions
Ready to Master More Topics?
Join thousands of students using Seekh's interactive learning platform to excel in their studies with personalized practice and detailed explanations.