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 可轻松使用提升法!R 中的树模型机器学习