Building XGBoost Classification Model with Tidymodels

Building XGBoost Classification Model with Tidymodels

Introduction Reference code homepage, still the great Julia Silge’s code, who is also a main author of tidymodels. Overall process The original official tutorial URL: https://juliasilge.com/blog/xgboost-tune-volleyball/ Notes 1. Due to poor external data currently, the data used is the test data from the tidytuesdayR package. 2. Tidymodels is an integrated R language machine learning environment … Read more