Rで学ぶTree-Based ModelsによるMachine Learning
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でブースティングを簡単に実行!Rで学ぶTree-Based ModelsによるMachine Learning