xgboost

Truss + XGBoost for Rapid Model Deployment

Truss is an open source framework for packaging models built using any framework so that they can be deployed to the environment of your choosing. This article looks at using Truss to deploy a simple XGBoost model.

{tidymodels} and XGBoost

A gentle introduction to using {tidymodels} with XGBoost, this post goes through all of the necessary steps to train an XGBoost model and make predictions using the Palmer Penguins data set.