A Beginner’s guide to XGBoost

This article will have trees…. lots of trees

Practicus AI
Towards Data Science
6 min readMay 29, 2019

--

Trees… lots of them

XGBoost is an open source library providing a high-performance implementation of gradient boosted decision trees. An underlying C++ codebase combined with a Python interface sitting on top makes for an extremely powerful yet easy to implement package.

--

--