Tuning XGBoost Hyperparameters - KDnuggets
To recap, XGBoost stands for Extreme Gradient Boosting and is a supervised learning algorithm that falls under the gradient-boosted decision tree (GBDT) family of machine learning algorithms. They make their predictions based on combining a set of weaker models and evaluate other decision trees through if-then-else true/false feature questions. They are created in sequential form to assess and estimate the probability of producing a correct decision. Before we get into the tuning of XGBoost hyperparamters, let's understand why tuning is important Hyperparameter tuning is a vital part of improving the overall behavior and performance of a machine learning model. It is a type of parameter that is set before the learning process and happens outside of the model.
Aug-13-2022, 21:35:48 GMT
- Technology: