Model Pipeline - Boosting concept
Boosting is a way to build a strong model by combining many simple models, called weak learners. Each new model focuses on fixing the mistakes of the ones before it, making the overall prediction better step by step.