geralt pixabay

XGBoost Python Example

Cory Maklin
Towards Data Science
8 min readMay 9, 2020

--

XGBoost is short for Extreme Gradient Boost (I wrote an article that provides the gist of gradient boost here). Unlike Gradient Boost, XGBoost makes use of regularization parameters that helps against overfitting.

Suppose we wanted to construct a model to predict the price of a house given its square footage.

--

--