Model: xgb_limitdepth #491
Answered
by
sonichi
Sukantabasu
asked this question in
Q&A
-
Is there any specific documentation on xgb_limitdepth? How does it differ from traditional xgboost? |
Beta Was this translation helpful? Give feedback.
Answered by
sonichi
Mar 21, 2022
Replies: 1 comment
-
"xgb_limitdepth" sets limit on "max_depth". "xgboost" sets limit on "max_leaves". They correspond to the same xgboost estimator but different search space of hyperparameter configurations. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Sukantabasu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
"xgb_limitdepth" sets limit on "max_depth". "xgboost" sets limit on "max_leaves". They correspond to the same xgboost estimator but different search space of hyperparameter configurations.