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 輕鬆使用 boosting!R 的樹狀模型機器學習