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

boosted random forest #6294

Closed
salmontuna1 opened this issue Feb 1, 2024 · 2 comments
Closed

boosted random forest #6294

salmontuna1 opened this issue Feb 1, 2024 · 2 comments

Comments

@salmontuna1
Copy link

Is it possible to add boosted random forest feature? Similar to the xgboost feature num_parallel_tree. This will speed up the training time for the problems with a small number of features (in which using higher values of num_thread not making things faster because of overhead). If we can train couple of trees at the same time and use their averages for boosting that will make it possible to achieve similar accuracy in shorter time for the problems with small number of features. One more suggestion for the implementation, I think num_thread should only used for generating one tree just as now and the parallel trees should create its own parallel threads with a different parameter (or num_parallel_tree can used for this purpose as well) , otherwise the overhead problem emerges again, which is the case in current xgboost implementation.

Thanks,

@shiyu1994
Copy link
Collaborator

Thanks for the proposal. I think we can add this to the feature requests and voting hub for now. And reopen this when it is actively being worked on.

Copy link

github-actions bot commented Mar 7, 2024

This issue has been automatically closed because it has been awaiting a response for too long. When you have time to to work with the maintainers to resolve this issue, please post a new comment and it will be re-opened. If the issue has been locked for editing by the time you return to it, please open a new issue and reference this one. Thank you for taking the time to improve LightGBM!

@github-actions github-actions bot closed this as completed Mar 7, 2024
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

3 participants