Tuning XGBoost with tidymodels

Learn how to tune the XGBoost algorithm using tidymodels.

XGBoost hyperparameters

tidymodels supports many gradient boosting algorithms in addition to XGBoost. To promote a common programming interface, tidymodels supports tuning many hyperparameters via the tune() function. The supported hyperparameters for the xgboost package are:

Get hands-on with 1200+ tech skills courses.