-
Right now LGBM breaks on the GPU with some bin-size related error (observed on wd dataset), I expect the same one as the one reported here and the related issue: https://github.com/microsoft/LightGBM/…
-
the code was running fine last week but today as i try to run the same code i'm bumping into this issue/ Error:
![image](https://user-images.githubusercontent.com/88155916/165532956-bda92259-908b-4…
-
I'm getting:
```console
error: undefined symbol: void std::__cxx11::basic_string::_M_construct(char16_t const*, char16_t const*, std::forward_iterator_tag)
```
compiling the following simple test …
-
Running the cli using the command `mlnet forecasting` returns the error `No valid columns to save`
**To Reproduce**
Create a CSV datafile with anything in it.
Run `mlnet forecasting --dataset "my…
-
Hi,
I am using Optuna to optimize LightGBM parameters with "valid_sets" like this :
`pruning_callback = optuna.integration.LightGBMPruningCallback(trial = trial, metric = conf_obj.losses_function…
-
The EBM will first look for minimizing the error without interactions (step 1), than with 1st order interactions (step 2), then with higher order interactions (step 3).
Is it possible to replace the …
-
- ~~Update project schedule~~
- ~~confirm VAR is working and generate forecasts - try with differencing each series as needed and padding with zeros.~~
- ~~perform cross-validation for LGBM to selec…
-
Currently, X11 is required on all Linux targets to output video. Due to the limited CPU of the earlier Raspberry Pi models, it is preferable to not have it run unless a Desktop is required (5-10% of C…
-
When I use lightgbm, I not only want to predict the classification result and probability value of the instance, I want to get the binary features of the tree model, which is convenient for the subseq…
-
Hi!
I'm currently using your solution to convert LGBM model to Pytorch but since I got `CUDA out of memory` error I would like to use batching to solve this problem.
I've seen #187 but I can't f…