-
In addition to XGBoost (#161), we would also like to add support for [LightGBM](https://lightgbm.readthedocs.io/en/latest/index.html). This should work similarly to XGBoost, since we'd also like to ma…
-
Hello.
(great project!)
I'm a bit lost of getting LightGBM (regression) models to work.
Are they supported? The main README seems to indicate they are, and the LightGBM project explicitely re…
-
-
my code:
```
from random import randint
import pandas as pd
import onnx
from skl2onnx import convert_sklearn
from skl2onnx.common.data_types import FloatTensorType, Int64TensorType,StringTensorT…
-
I recently discovered that LightGBM has a [`multiclassova` objective function](https://lightgbm.readthedocs.io/en/latest/Parameters.html#core-parameters) (multi-class one-vs-all) that treats multi-cla…
-
Hi,
First of all cool package!
Is it possible to add for support LightGBM?
The issue is that LightGBM doesn't follow sklearn design pattern where e.g. random forest model is iterable and every elem…
-
- [ ] Implement a webhook to auto-load new models, but compare performance before deploying to prod server.
- [x] Connect MLflow with DagsHub.
- [x] Track experiments using MLflow.
- [x] Exp-1 Baselin…
-
## Description
My issue is very similar to #6705, though I believe I can rule out the compute capacity of my GPUs as the issue as they are >8 (NVIDIA RTX A6000).
## Reproducible example
```python
imp…
-
Currently
`only version=v3 is supported`
v4 was released a while ago https://github.com/microsoft/LightGBM/releases/tag/v4.0.0
Latest version is v4.4 https://github.com/microsoft/LightGBM/releases/…
-
According to [Intel site LightGBM should already have OneDAL support](https://www.intel.com/content/www/us/en/developer/articles/technical/improve-performance-xgboost-lightgbm-inference.html).
But …