If a model performs well on the training data but poorly on the validation data, it may be suffering from _________.
- Generalization
- Optimization
- Overfitting
- Underfitting
Overfitting occurs when a model fits too closely to the training data and captures noise, leading to poor performance on unseen data such as the validation set.
Loading...
Related Quiz
- Which process involves transforming and creating new variables to improve a machine learning model's predictive performance?
- The finance sector leverages Machine Learning for ____________ detection and risk management.
- How does the average linkage method differ from single and complete linkage in Hierarchical Clustering?
- How does the architecture of a CNN ensure translational invariance?
- You are asked to include an interaction effect between two variables in a Multiple Linear Regression model. How would you approach this task, and what considerations would you need to keep in mind?