- XGBoost_Drive. The XGBoost_Drive function takes a training data set and uses gradient boosting to produce a strong classifying model that can be input to the XGBoost_Predict function.
- XGBoost_Predict. The XGBoost_Predict function applies the model output by the XGBoost_Drive function to a new data set.