microsoft / LightGBM

A fast, distributed, high performance gradient boosting (GBT, GBDT, GBRT, GBM or MART) framework based on decision tree algorithms, used for ranking, classification and many other machine learning tasks.
https://lightgbm.readthedocs.io/en/latest/
MIT License
16.55k stars 3.82k forks source link

Random Forest number of trees per boosting iteration #4334

Closed brunofacca closed 3 years ago

brunofacca commented 3 years ago

Hello,

Is there a way to choose the number of trees per boosting iteration in Random Forest mode? I'm looking for a parameter equivalent to XGBoost's num_parallel_tree.

Thank you.

brunofacca commented 3 years ago

I've found the answer to the above question at:

If I understood correctly (please correct me if I'm wrong), in LightGBM's RF mode:

github-actions[bot] commented 1 year ago

This issue has been automatically locked since there has not been any recent activity since it was closed. To start a new related discussion, open a new issue at https://github.com/microsoft/LightGBM/issues including a reference to this.