Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: piecewise linear gradient boosting tree #241

Closed
1991jhf opened this issue Jul 4, 2023 · 2 comments
Closed

Feature Request: piecewise linear gradient boosting tree #241

1991jhf opened this issue Jul 4, 2023 · 2 comments

Comments

@1991jhf
Copy link

1991jhf commented Jul 4, 2023

Hi, is there any plan to implement linear models at the leaves?

Similar to linear_tree in LightGBM.
https://lightgbm.readthedocs.io/en/latest/Parameters.html#linear_tree
microsoft/LightGBM#3299

@jeremiedb
Copy link
Member

It wasn't on my radar at the moment.
Have you seen any evidence about added value such linear leaves may bring? If there's a compelling case, then it could help making a case for it. Otherwise, the 2 things I want to bring are support for ranking and obliveous (catboost style) trees.

@ParadaCarleton
Copy link

Hi, is there any plan to implement linear models at the leaves?

Similar to linear_tree in LightGBM. https://lightgbm.readthedocs.io/en/latest/Parameters.html#linear_tree microsoft/LightGBM#3299

You might be interested in MARS or the Julia implementation of MARS here, although the latter is pretty rough around the edges at the moment.

@1991jhf 1991jhf closed this as completed Mar 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants