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

Symmetric/Oblivious Trees in LightGBM #4728

Open
nd7141 opened this issue Oct 27, 2021 · 4 comments
Open

Symmetric/Oblivious Trees in LightGBM #4728

nd7141 opened this issue Oct 27, 2021 · 4 comments

Comments

@nd7141
Copy link

nd7141 commented Oct 27, 2021

Summary

In 2020, there was a comment that @shiyu1994 plans to implement symmetric trees similar to LightGBM. Was it done? Any experiments I can look at?

Motivation

Symmetric trees could be much faster in prediction time, and more robust for the small dataset.

@shiyu1994
Copy link
Collaborator

@nd7141 Please check this branch, https://github.com/shiyu1994/LightGBM/tree/symmetric-tree-new
But we haven't done anything to speedup the prediction time for symmetric trees. So far we treat it as a normal tree when prediction.
Symmetric tree will be included in our next release.

@shiyu1994
Copy link
Collaborator

To use symmetric tree, please specify symmetric_tree=true force_col_wise=true and specify a positive max_depth value.

@Denisevi4
Copy link

any progress on this issue?

@eldadp100
Copy link

Hi, any progress? :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants