James Lamb

Results 1151 comments of James Lamb

/ok to test

/ok to test

/ok to test

Thanks for using LightGBM. Yes, there is. For example, you can create a `Booster` from an existing model file using `LGBM_BoosterCreateFromModelFile()`. https://github.com/microsoft/LightGBM/blob/5dfe7168d42898b66da3513eb8cab68ef2b23eeb/include/LightGBM/c_api.h#L667-L669 And then call `LGBM_BoosterUpdateOneIter()` on it is as...

Sure! Done. The first build just started: https://readthedocs.org/projects/lightgbm/builds/25905740/

hmmmm I don't understand that. Because at https://readthedocs.org/projects/lightgbm/versions/, it looks to me like readthedocs recognizes that `stable` and `v4.5.0` refer to the same commit. But I do see that the...

This all looks great to me @StrikerRUS , thank you for your hard work! I think the links you shared are very relevant, especially that code link showing the docs...

I also just added an about triggering a new `stable` readthedocs build to the release checklist at #6538, so we'll remember the next time we make a release.