-
## Describe the bug
Using a config for a LightGBM txt model file but not explicitly setting `binarization_type` not "auto" fails to load because it attempts to use the PickleBinarizer rather than the…
-
Is there any indication as to when this might be supported as a fit parameter for LGBMClassifier and LGBMRegressor?
-
Test `use_quantized_grad=True`, which is claimed to achieve faster training times for LightGBM.
Current blocker is a bug causing crashes when enabling the logic, hopefully fixed in LightGBM 4.4:
-…
-
**System Information (please complete the following information):**
- OS & Version: Windows 11 Pro 23H2 build 22631.3235
- ML.NET Version: ML.NET version 3.0.1
- .NET Version: .NET 8.0
**Desc…
-
## Description
Due to the [OpenMP conflict issue](https://github.com/joblib/threadpoolctl/blob/master/multiple_openmp.md), I'm attempting to build lightgbm from source using gcc.
However, I'm getting…
-
Sometimes LightGBM crashes the jupyter notebook kernel when running in parallel. This needs a bit of investigation, but just using fewer cores seems to resolve that issue for now, so maybe that should…
-
## Description
Training a 6GB dataset with LightGBM using n_jobs=70 does not result in a proportional reduction in training time. Despite utilizing a machine with 72 cores and setting a high n_jobs v…
-
Hi!
I am trying to convert lightgbm model to ONNX but I'm using string features as input. As per my understanding, we can only use Float inputs to a lightgbm model if want to convert it to ONNX. I …
-
### Describe the bug
the `log_params` looks not to be passed to the `_WandbCallback` constructor, I think the following fix is needed
```diff
- return _WandbCallback(define_metric)
+ return_WandbCa…
-
## Build Information
Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=419700
Build error leg or test failing: Microsoft.ML.Fairlearn.Tests.GridSea…