XGBoost Classifier

Create an XGBoost classifier object.

Chapter Goals:

  • Learn how to create a scikit-learn style classifier in XGBoost

A. Following the scikit-learn API

While XGBoost provides a more efficient model than scikit-learn, using the ...