- 29 Aug, 2018 1 commit
-
-
James Lamb authored
* Fixed typos in docs * Fixed inconsistencies in documentation * Updated strategy for registering routines * Fixed issues caused by smashing multiple functions into one Rd * Fixed issues with documentation * Removed VignetteBuilder and updated Rbuildignore * Added R build artefacts to gitignore * Added namespacing on data.table set function. Updated handling of CMakeLists file to get around CRAN check. * Updated build instructions * Added R build script * Removed build_r.sh script and updated R-package install instructions
-
- 27 Aug, 2018 2 commits
-
-
James Lamb authored
-
Nikita Titov authored
* bring consistency and clearness into early_stopping_rounds desc, metric desc and implementation * hotfix * hotfix * used NDCG as default metric for lambdarank task * fixed missed methods at ReadTheDocs and changed default eval_metric * leaved only unique metrics * fixed comment
-
- 25 Jul, 2018 1 commit
-
-
Nikita Titov authored
* added new aliases for params * run helper/parameter_generator.py * removed useless test
-
- 04 Jul, 2018 1 commit
-
-
rgranvil authored
* Fix lgb.Dataset construct issue with 1:n sequence in R v 3.5 * Add tests for feature penalties
-
- 24 May, 2018 1 commit
-
-
Fujii Hironori authored
The document of `early_stopping_rounds` says it will check all of eval_set. But, this is not true. It doesn't check the dataset specified as the training data. This change appends an extra phrase "except the training data" to all of the sentences "If there's more than one, will check all of them" in documents.
-
- 29 Apr, 2018 1 commit
-
-
Laurae authored
* Bump R version * Bump CLI/Py version * Roll back to 2.1.1 in R * Fix Microsoft/LightGBM#1280
-
- 19 Apr, 2018 1 commit
-
-
Guolin Ke authored
* Update lgb.Booster.R * Update lgb.Booster.R
-
- 22 Mar, 2018 2 commits
- 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
-