-
I will be adding [pkgdown](https://github.com/r-lib/pkgdown) support to the documentation of LightGBM.
You can check the branch here: https://github.com/Laurae2/LightGBM/tree/pkgdown
To add supp…
-
## Environment info
Operating System: Ubuntu 16.04
GPU: nvidia 1060gt
C++/Python/R version: python 2.7
Hi guys. I am trying to use boosting DART on my problem, but, when I choose DART instead of…
-
Data: [bank_data.zip](https://github.com/Microsoft/LightGBM/files/1198592/bank_data.zip)
Might be identical to https://github.com/Microsoft/LightGBM/issues/780 issue also.
## Environment info
O…
-
Hi!
I am trying to use this wonderful package for the first time in R. It's really fast and it works fine.
However I was not able to get the score for early stopping round when I tried model$best…
-
What Im Working With: I installed Rtools 64 bit, Microsoft VS 2015 and 2017, I'm running R 3.4.1 and up to date Rstudio.
My computer is Windows 7.
I got lightgbm to work on my older com…
-
ping @cbecker @guolinke
OS: Windows Server 2012 R2
R 3.4.0 compiled with MinGW 7.1
LightGBM compiled with Visual Studio 2017
Prediction early stopping parameters are not working (or are not d…
-
When using http://archive.ics.uci.edu/ml/datasets/Bank+Marketing
http://archive.ics.uci.edu/ml/machine-learning-databases/00222/bank.zip as outlined below
```
library(lightgbm)
d
-
Scikit-learn provides several methods to calculate metrics from `(y_true, y_prediction)` i.e. f1, beta score like http://scikit-learn.org/stable/modules/generated/sklearn.metrics.fbeta_score.html http…
-
Good day,
I realized that in different machines, I am not able to reproduce the exact same results from lgbm. In the same machine, running the sript multiple times give me the same results. So i …
-
Specs:
* Operating System: Ubuntu 16.04 (WSL)
* R version: 3.5
* Compiler: gcc 5.4
* Commits tried: master (dc69957), 497e60e (before master), 4967709 (R 3.5 fix)
It seems gcc in WSL is more …