XGBoost in Python (Quickly) Explained (3min Read)
What is? XGBoost is an algorithm used for supervised learning problems. It means Extreme Gradient Boosting. How It works? You have to imagine a sequence of models and each model is trained from the error of its predecessor. Where It is applied? Classification And Regression TreesĀ is the base learner and you apply a gradient … Read more