You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
as per discussed in the close issue thread (#5095), give the possibility to provide per feature whether it's a continuous or discrete.
Indeed, XGBoost learning strategy can be adapted accordingly.
The typical benefit (mentioned in the above issue entry about AddCutPoint() method) is to apply the proper cut point strategy for either discrete or continuous feature, instead of relying on a predefined cardinality threshold (16).