Definition
Combining multiple models using a meta-model for predictions.
Detailed Explanation
Stacking involves training multiple base models and then using a meta-model to combine their outputs. The meta-model learns the best way to integrate predictions for enhanced performance.
Use Cases
Competition solutions complex predictive tasks leveraging diverse models improving accuracy.