A company deploys an AI model to predict equipment failure. The model performs well on historical data but fails to generalize to new data from a different factory. Which concept best describes this issue?
Trap 1: Transfer learning
Transfer learning is a technique, not a problem description.
Trap 2: Underfitting
Underfitting would show poor performance even on training data.
Trap 3: Bias-variance tradeoff
This describes the balance but not the specific failure to generalize.
- A
Transfer learning
Why wrong: Transfer learning is a technique, not a problem description.
- B
Underfitting
Why wrong: Underfitting would show poor performance even on training data.
- C
Overfitting
The model fits training data too closely and fails on new data.
- D
Bias-variance tradeoff
Why wrong: This describes the balance but not the specific failure to generalize.