James Lamb
James Lamb
/ok to test
/ok to test https://github.com/rapidsai/integration/pull/807/commits/a5ca4885180ffc6067bc12f9081a1eda544fb2fa
At first I thought that there was not an existing issue that captures this, but maybe it is the same as #736? Following that report, it looks like maybe a...
Thanks, right I understand that I can map any port on the host to `8080` on the container, and doing so isn't a problem. I'm not running any other processes...
Thanks for using LightGBM. > *Would it be possible to deploy the CUDA version to conda forge?* I'm assuming you mean the Python package (because you mentioned `pip`), and not...
You mentioned that you'd previously tried to build LightGBM from source... are you certain you've uninstalled it? ```shell pip uninstall lightgbm ``` Can you share the output of the following...
> *I use python multiprocessing. When you launch launch lightgbm from a spawned process in python, it crashes cuda.* Great, glad you were able to resolve that. Not embarrassing at...
Thanks for using LightGBM. A minimal, reproducible example of what you tried would be helpful ([here are some docs on how to do that](https://stackoverflow.com/help/minimal-reproducible-example)). For example, you didn't tell us...