- 22 Mar, 2018 1 commit
-
-
Guolin Ke authored
-
- 16 Mar, 2018 1 commit
-
-
James Lamb authored
* Fixed misc CRAN issues * Added additional details to R-package DESCRIPTION
-
- 11 Mar, 2018 1 commit
-
-
Eric Graves authored
* added code to expose c_api_pred_contrib in the R package * removed Rprintf * reverted to previous version of install.libs.R
-
- 04 Mar, 2018 1 commit
-
-
Rand Xie authored
-
- 28 Feb, 2018 1 commit
-
-
Alex authored
objective funciton in reset_parameter() Fixes error algb.params2str to lgb.params2str
-
- 08 Feb, 2018 1 commit
-
-
Guolin Ke authored
* fix the bug * fix R
-
- 27 Dec, 2017 1 commit
-
-
Guolin Ke authored
-
- 24 Dec, 2017 1 commit
-
-
Guolin Ke authored
-
- 23 Dec, 2017 1 commit
-
-
Guolin Ke authored
* fix early stopping edge case * fix message. * fix tests * fix GPU tests.
-
- 22 Dec, 2017 1 commit
-
-
Guolin Ke authored
-
- 24 Nov, 2017 1 commit
-
-
Guolin Ke authored
* use int64 for string * [R] Fatal when CSC exceed int32.max
-
- 09 Nov, 2017 1 commit
-
-
rgranvil authored
-
- 21 Oct, 2017 1 commit
-
-
Laurae authored
* Fix Microsoft/LightGBM#1001
-
- 13 Oct, 2017 1 commit
-
-
Albert HK Cheng authored
-
- 12 Oct, 2017 1 commit
-
-
Nikita Titov authored
* fixed typos and hotfixes * converted gcc-tips.Rmd; added ref to gcc-tips * renamed files * renamed Advanced-Topics * renamed README * renamed Parameters-Tuning * renamed FAQ * fixed refs to FAQ * fixed undecodable source characters * renamed Features * renamed Quick-Start * fixed undecodable source characters in Features * renamed Python-Intro * renamed GPU-Tutorial * renamed GPU-Windows * fixed markdown * fixed undecodable source characters in GPU-Windows * renamed Parameters * fixed markdown * removed recommonmark dependence * hotfixes * added anchors to links * fixed 404 * fixed typos * added more anchors * removed sphinxcontrib-napoleon dependence * removed outdated line in Travis config * fixed max-width of the ReadTheDocs theme * added horizontal align to images
-
- 06 Oct, 2017 2 commits
- 30 Sep, 2017 1 commit
-
-
Bernie Gray authored
fix typos in callback.R and lgb.cv.R, closing #946 and #947
-
- 29 Sep, 2017 1 commit
-
-
Bernie Gray authored
* minor changes for robustness and efficiency * fix charcter typo * don't use lgb.is.* in filter * revert to cat instead of message; don't use mget * fix bugs in previous commits * should be good to go now
-
- 08 Sep, 2017 1 commit
-
-
Laurae authored
-
- 04 Sep, 2017 1 commit
-
-
Laurae authored
* Add efficient demo for LightGBM * Add bank dataset and more examples * Add bank manual
-
- 02 Sep, 2017 1 commit
-
-
Yachen Yan authored
Add Depth Column Refine Code Structure
-
- 24 Aug, 2017 1 commit
-
-
Laurae authored
-
- 18 Aug, 2017 6 commits
-
-
Laurae authored
* Prepare merging parameters * Add parameters from params for lgb.train * Usage of params in lgb.cv for rounds/early stop * Double bracket (1) * Double brackets (2)
-
Laurae authored
* Revert "[R-package] Prevent remembering parameters (#796)" This reverts commit c795e2c8e12e8fe989bde0ab4ee59c2301325814. * Use model load/unload trick for free-ing up memory * Missing comma * Hand copy manual update (1/2) * Hand copy manual update (2/2)
-
Laurae authored
* Enable simple cloning of dataset * Add remodel logical to Dataset * Allow remodeling of data * Missing comma * Use name instead of assignment for R6 class * There should be no need to deep copy ALL objects
-
Laurae authored
-
Laurae authored
* Force fork * Better random CV + Group + Info handling * Trailing comma missing * Switch group fold to nrow * Switch comparison from non-atomic to atomic
-
Guolin Ke authored
* fix r random crash problem. * fix R error msg.
-
- 02 Aug, 2017 1 commit
-
-
Laurae authored
-
- 23 Jul, 2017 1 commit
-
-
Laurae authored
* Try to store best scores in R package Microsoft/LightGBM#686 * Add binding for best_score (unlock environment) * Fix double comma * Add best_score to lgb.Booster
-
- 17 Jun, 2017 1 commit
-
-
Szilard Pafka authored
-
- 05 Jun, 2017 1 commit
-
-
Guolin Ke authored
* add R's library file to vs project and cmake. * support using dll built by vs. * better search for the library file. * remove mingw related doc . * update document. * Let R handle the library compile. * try fix build from github. * Update README.md * cleaner build. * fix the install problem in linux. * Update README.md
-
- 30 May, 2017 1 commit
-
-
Guolin Ke authored
* fix multi-threading. * fix name style. * support in CLI version. * remove warnings. * Not default parameters. * fix if...else... . * fix bug. * fix warning. * refine c_api. * fix R-package. * fix R's warning. * fix tests. * fix pep8 .
-
- 29 May, 2017 1 commit
-
-
Laurae authored
* Fix https://github.com/Microsoft/LightGBM/pull/561 * GitHub local broke, uploading on browser (R-package) * GitHub local broke, uploading on browser (R-package)
-
- 28 May, 2017 1 commit
-
-
Laurae authored
* Add lgb.prepare * Update roxygen to 6.0.1 and add lgb.prepare * Add prepared rules. * Add recommendation when needing rules for transformation.
-
- 27 May, 2017 1 commit
-
-
Guolin Ke authored
-
- 26 May, 2017 1 commit
-
-
Laurae authored
* Not using temporary files anymore RDS * Attempt to avoid using a temporary file
-
- 05 May, 2017 1 commit
-
-
JesseLimtiaco authored
* Update lgb.Booster.R Added method to call LGBM_BoosterLoadModelFromString_R if model_str is provided for initialization, added option to load from model_str in lgb.load * Update lightgbm_R.cpp Adding LGBM_BoosterLoadModelFromString_R * Update lightgbm_R.cpp Added LGBM_BoosterSaveModelToString_R * Update lightgbm_R.cpp * Update lgb.Booster.R Added save_model_to_string method * Update lgb.Booster.R Implemented @Laurae2 comments * Update lgb.Booster.R * Update lightgbm_R.h Added load and save model from/to string exports
-
- 03 Apr, 2017 1 commit
-
-
Laurae authored
* Define environment in examples (xgboost clash) * Large R code changes
-