Learn Before
Why Extra Features Can Backfire Temporarily
Question: What is the main theoretical concern when you add new input features after doing error analysis, and what practical step can you take if that concern appears in experiments?
Sample answer: Adding more features can theoretically make the model more flexible and therefore increase variance. That means the model may fit the training data more closely but become less stable on new examples. If experiments show that the added features are helping but also raising the validation error gap, a practical fix is to use regularization to control complexity. In many cases, regularization offsets the extra variance so the new features can still improve performance overall.
Key points:
- Extra features can raise variance in theory.
- The practical response is regularization.
- Regularization helps control overfitting and can reduce the variance increase.
Rubric: A strong response will identify higher variance as the theoretical risk and name regularization as the practical method used to address it.
0
1
Tags
Machine Learning
Deep Learning
Supervised Learning
Dive into Deep Learning @ D2L
Data Science
Machine Learning Strategy
Machine Learning Yearning @ DeepLearning.AI
Related
What should you do if adding new features raises variance?
Do Newly Added Inputs Affect Only One Source of Error?
Improving Features from _____ Findings
Roles in Adding New Features
Steps for Adding a New Feature After Error Review
Why Extra Features Can Backfire Temporarily
Reducing Variance After Adding Diagnostic Features
Purpose of New Inputs After Review
How Error Analysis Can Shape New Features
Regularization Can Offset Added Variance