XGBoost Classifier
Create an XGBoost classifier object.
We'll cover the following...
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 ...