James Lamb

Results 1094 comments of James Lamb

Thanks for using LightGBM. It's very difficult to help you based only on an error message. Could you give us some more information please? * what version of LightGBM? *...

**without any code changes** most recent `cucim` builds did succeed ([build link](https://github.com/rapidsai/cucim/actions/runs/12249757626)). However, I still put up #801 temporarily allowing clobbering, in case other steps in the `xorg-*` migration result...

Thanks very much for the quick and thorough response, and for maintaining this project! This greatly improved my understanding of how/when `rchk` is run by CRAN. > _Rchk has initially...

Thanks very much! I just tested this on https://github.com/microsoft/LightGBM/pull/6713 and can confirm that I now see the rhub `rchk` container able to check `lightgbm` and catch stack-imbalance problems in it....

@eddelbuettel apologies for my lack of precision, thank you for correcting me. I was not worried about "hallucination", but was really thinking about that injected "wrapping glue code". I should...

Thanks for using LightGBM. I can help with this, but I have to make some assumptions because you did not provide the information we asked for in the "new issue"...

@Fearycxy until this is fixed, could you remove the weights from the input file, and then separately set the weights after construction? They do not affect Dataset construction, so you...

As for the root cause, for anyone who wants to investigate this... I suspect the problem is that the weight column is left behind in column names because we don't...

Thanks for using LightGBM, and for taking the time to put together an excellent reproducible example! ## Short Answer During tree-building, LightGBM looks at multiple "splits", `(feature, threshold)` pairs. For...

@bdice I think we can close this, given that we instead went the route of making whether or not the `*-build` shared workflows try to upload artifacts to GitHub Actions...