Machine Learning with Tree-Based Models in R
Sandro Raabe
Data Scientist
# Specify the model class boost_tree() %>%
# Set the mode set_mode("classification") %>%
# Set the engine set_engine("xgboost")
Boosted Tree Model Specification (classification)
Computational engine: xgboost
tidymodels
!Machine Learning with Tree-Based Models in R