R로 배우는 트리 기반 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로 배우는 트리 기반 Machine Learning