-
-
Notifications
You must be signed in to change notification settings - Fork 8.8k
Open
Description
We are deprecating "booster=gblinear" (#12023 ) , that leaves only "gbtree" and "dart". Internally dart is really just a thin skin over gbtree that modifies tree weights. We can instead make dart just a parameter of gbtree.
This reduces complexity around GBTree/Learner and supports future refactoring.
There are risks however around backwards compatibility and breaking changes, so care is required.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels