-
## 🐛 Bug
### To Reproduce
Steps to reproduce the behavior:
1. In Kaggle notebook,
2. Run `!pip install -U LightAutoML`
3. Minor installation error msg.
ERROR: pip's dependency resolve…
-
The `node::split_information()`should be easy to paralellize.
-
2 machines with 2x 3090, Windows 11 are crashing (seem fully unresponsive) on about 2-5% of runs. Different motherboards, different manual installation, X570 chipset. However, 7 machines with 3070 are…
-
I see mention Barrier Execution Mode of in [mmlspark lightgbm documentation ](https://github.com/Azure/mmlspark/blob/master/docs/lightgbm.md). The documentation does not clear for me.
I would like…
-
**Describe the bug**
I encountered the following error while using the RecursiveTabularRegressionForecaster for the M-competition dataset.
The error message: "AttributeError: 'VectorizedDF' obje…
-
Is there a way to create custom metrics that rely on another column (i.e.: ID)?
For instance, average Pearson Correlation (by ID). In this case you will need to calculate Pearson Correlation of ta…
-
### Describe the issue
We have an ONNX model converted from LightGBM
- "onnxruntime-web": "^1.15.0-dev.20230212-12d91173c4"
- input is a fixed shape `Tensor` : `float32_input: new Tensor('float…
-
### SynapseML version
0.11.0
### System information
- **Language version** (e.g. python 3.8, scala 2.12): python 3.8, scala 2.12.15
- **Spark Version** (e.g. 3.2.3): 3.2
- **Spark Platform** (e.g…
-
## Description
```
3.3.1
lightgbm.basic.LightGBMError: Check failed: (best_split_info.left_count) > (0)
```
## Reproducible example
```
import numpy as np
import lightgbm as lgb
print(lgb…
-
Hi, I want to work on the integration between dask-ml and dask-xgboost. Specifically, I want to implement `GridSearchCV` and `RandomizedGridSearchCV` for estimators like dask-xgboost, which are alrea…