Introduction

An intro to XGBoost and gradient boosted decision trees.

In this chapter, you’ll learn about XGBoost, a library for highly efficient gradient boosted decision trees. It is one of the premier libraries used in data science for classification and regression.

A. XGBoost vs. scikit-learn

In the previous three chapters, we used scikit-learn for a variety ...