- 18 Aug, 2017 6 commits
-
-
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
-
Guolin Ke 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
-
- 30 Jul, 2017 1 commit
-
-
Laurae authored
* Add warning for many core systems in Windows * Add warning for not busy cores in Windows
-
- 27 Jul, 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
-
- 22 Jul, 2017 1 commit
-
-
Guolin Ke authored
-
- 18 Jul, 2017 1 commit
-
-
Laurae authored
-
- 17 Jul, 2017 1 commit
-
-
Laurae authored
-
- 14 Jul, 2017 2 commits
- 13 Jul, 2017 1 commit
-
-
Laurae authored
* Change VS -> MinGW for CRAN * Documentation to switch to MinGW by default * Force cmake to run twice * Try again dual build for Rtools * Switch to cmake for building twice * Try with Visual Studio as default, MinGW as fallback * Try to remove VS appropriately when failing * Attempt to get rid of build folder first * Switch to unlink from rm rf * Change lib_folder correctly when VS fails * Add README updates from Microsoft/LightGBM@1c8355c * Update default compiler doc and add GPU online install doc * Better GPU doc
-
- 12 Jul, 2017 1 commit
-
-
Guolin Ke authored
-
- 06 Jul, 2017 1 commit
-
-
Guolin Ke authored
-
- 05 Jul, 2017 1 commit
-
-
Guolin Ke authored
-
- 22 Jun, 2017 2 commits
- 20 Jun, 2017 3 commits
-
-
Guolin Ke authored
-
Guolin Ke authored
* add make command to the python package. * Update README.rst * Update README.rst * Update README.rst * fix tests. * fix unix build * update readme * fix setup.py * update travis * Update .travis.yml * Update test.py * some fixes. * check the 64-bit python * fix build. * refine MANIFEST.in * update Manifest.in * add more build options. * Add fatal in cmake * fix a endif. * fix bugs. * fix pep8 * add test for the pip package build * add test pip install in travis. * fix version with pre-compile dll * fix readme.rst * update readme
-
joshkyh authored
Minor typo in comments
-
- 17 Jun, 2017 1 commit
-
-
Szilard Pafka authored
-
- 14 Jun, 2017 1 commit
-
-
Guolin Ke authored
-
- 11 Jun, 2017 3 commits
- 06 Jun, 2017 3 commits
-
-
Laurae authored
* readme Helper package for R-package installation * Fix code indentation bug * Add warning about default compiler in Windows * Avoid repeat * Add Rtools requirement * Wording to promote VS as default choice for user
-
Guolin Ke authored
-
Laurae authored
* Add some stuff for README * Bump R package version and fix license * Attempt to add one additional option and refactor * Add more review fixes for install.libs.R * Undo ./../../ removal (path breaking) * Retry again simple /../ * No print, use cat.
-
- 05 Jun, 2017 2 commits
-
-
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
-
Laurae authored
-
- 30 May, 2017 2 commits
- 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
-