- 09 Jan, 2017 4 commits
-
-
Laurae authored
* Fix to avoid issue #176 for R package installation * Provide installation step using devtools
-
Qiwei Ye authored
Removing the string to decimal conversion for float values
-
Tsukasa OMOTO authored
* Add Huber loss https://en.wikipedia.org/wiki/Huber_loss * update * update docs/Parameters.md * update
-
Rakib Hasan authored
We dont need it we aren't doing any computation with float values. We print out whatever values are read from the LightGBM_model.txt as a string.
-
- 08 Jan, 2017 5 commits
-
-
wxchan authored
* use handle is not None for _is_constructed * sort imports; clean code; move FAQ to docs
-
Guolin Ke authored
-
Guolin Ke authored
-
Guolin Ke authored
-
Guolin Ke authored
* finish R's c_api * clean code * fix sizeof pointer in 32bit system. * add predictor class * add Dataset class * format code * add booster * add type check for expose function * add a simple callback * add all callbacks * finish the basic training logic * update docs * add an simple training interface * add basic test * adapt the changes in c_api * add test for Dataset * add test for custom obj/eval functions * fix python test * fix bug in metadata init * fix R CMD check
-
- 07 Jan, 2017 2 commits
- 06 Jan, 2017 1 commit
-
-
wxchan authored
* fix reset parameter * redefine CVBooster * env.model won't be None * update env.params
-
- 05 Jan, 2017 2 commits
-
-
Rakib Hasan authored
file as input and output a directory with pmml files. Each file can be given as input to pmml consumers. You can test the files using jpmml-evaluator. Please refer to this the data mining group's website for the pmml specifcation (http://dmg.org/pmml/pmml-v4-3.html). Also refer to the README.md file in the pmml directory to see how to test the pmml output with jpmml-evaluator.
-
wxchan authored
* simplify Dataset class * simplify check output; fix deprecated warning
-
- 04 Jan, 2017 4 commits
-
-
Guolin Ke authored
-
wxchan authored
* format python code with pep8 * **DO NOT MERGE** deliberately break rules to see what will happen during check * Revert "**DO NOT MERGE** deliberately break rules to see what will happen during check" This reverts commit 0db93cd7a43c7efa43a2112ada43d46c6f9115d9. * fix format in test.py * add docs for pep-8
-
wxchan authored
-
Guolin Ke authored
-
- 03 Jan, 2017 4 commits
- 02 Jan, 2017 3 commits
-
-
Tsukasa OMOTO authored
This commit fixes https://github.com/Microsoft/LightGBM/issues/154#issuecomment-269908741.
-
Guolin Ke authored
-
Guolin Ke authored
-
- 01 Jan, 2017 3 commits
-
-
Guolin Ke authored
-
wxchan authored
* support pickle * add pickle/joblib test; change test_basic to unittest * remove file for deepcopy * fix tests * test basic predict from file * Revert "test basic predict from file" This reverts commit 60d2c3158537fd56081f60f1d6d120cedd782887. * test predict from file * use tempfile for copy & pickle * use tempfile w/o binary mode * clean test
-
Guolin Ke authored
-
- 31 Dec, 2016 5 commits
- 30 Dec, 2016 2 commits
-
-
Tsukasa OMOTO authored
* fix creating valid_sets * support both list and dict * update Python-API.md
-
Rahul Phatak authored
-
- 28 Dec, 2016 4 commits
- 27 Dec, 2016 1 commit
-
-
Guolin Ke authored
-