A Gentle Introduction to XGBoost Loss Functions
XGBoost is a powerful and popular implementation of the gradient boosting ensemble algorithm. An important aspect in configuring XGBoost models is the choice of loss function that is minimized during the training of the model. The loss function must be matched to the predictive modeling problem type, in the same way we must choose appropriate loss functions based on problem types with deep learning neural networks. In this tutorial, you will discover how to configure loss functions for XGBoost ensemble […]
Read more