-
Can somebody tell me how can I resolve this issue? I have tried looking at my data and find nulls. I can't resolve this issue. This is just a help post. Any help to guide me to the correct approach is…
-
I was wondering whether it is possible to scale data when using the LightGBM cross-validation. So far, it seems that I have to program the cross-validation manually such that I can standardize the tra…
-
Hello. Thank you for this great library.
The ["Deal with Over-fitting" section of the Parameters Tuning docs](https://lightgbm.readthedocs.io/en/latest/Parameters-Tuning.html#deal-with-over-fitting…
-
Bagging is very slow. I am not sure what is causing it. See https://github.com/Microsoft/LightGBM/issues/562 for the dataset. I am using 0.40 subsampling to have this issue, it is not reproducible whe…
-
I've made a lot of different predictions with different models and data. Make a document explaining and comparing all the different approaches.
- RandomForest
- KNN
- Gradient Boosting
- [x] Explain…
-
-
### Describe the bug
The notebook "Train your first TTS model" in the notebooks section is not working for me. To be more precise, the setup is breaking and I don't know how to fix it.
### To Reprod…
-
To improve the performance of our email spam detection system, it is essential to compare and analyze the performance of various machine learning algorithms. This GitHub issue aims to address the need…
-
Cool project!
I'm kicking the tires and thought I'd collect some notes here. Apologies in advance if this is a misuse of the repo issues.
I'm using this simple test function to look at the poste…
-
## I grouped the samples into several groups manually. I would like to force the tree to split more randomly in the group view.
For example, if I have 100 samples in 2 groups here, I prefer the…