Nikita Titov

Results 299 comments of Nikita Titov

@jameslamb Awesome proposal! Unfortunately, I'm not familiar with dask, but my intuition was that dask is about scaling training up to multiple machines. Something like "for small data use your...

@jameslamb Thanks a lot for the detailed response! > .that means that we can test against a dask.distributed.LocalCluster and have some confidence that it will work on a true multi-node...

I think we can turn that constant into parameter to not force users re-compile LightGBM. Although, I guess it's quite rare cases when users need to increase the default value.

Indeed, `Dataset` object isn't serializable. `Booster` object (that is a trained LightGBM model actually, returned value of the `train()` function) is serializable because it can be re-created from the text...

Sorry for offtop. @rk-spirinova You'd better hide your public and unprotected ip from your screenshot.

@jmorganca Unfortunately, it isn't fixed in 0.1.25. OS: Ubuntu 22.04.2 LTS GPU: NVIDIA RTX A6000 (Driver Version: 530.41.03, CUDA Version: 12.1) Model: Tested `mixtral:8x7b-instruct-v0.1-q4_K_M`, `mixtral:8x7b-instruct-v0.1-q6_K`, `llama2:7b-chat-q4_0` Env: Official Docker `/api/generate`...

@jmorganca Can you please reopen this issue?

Closed in favor of being in https://github.com/microsoft/LightGBM/issues/2302. We decided to keep all feature requests in one place. Welcome to contribute this feature! Please re-open this issue (or post a comment...

I'm +1 on clearer configure-time error with check functions.