"src/vscode:/vscode.git/clone" did not exist on "f2c99ea49656f09adc5ce36d6c1d67abf0f71a2b"
- 11 Jan, 2017 4 commits
-
-
Laurae authored
-
Guolin Ke authored
-
Guolin Ke authored
-
Kirill Sevastyanenko authored
* src & callbacks * lgb.Booster and utils * cv * wip lgb.Dataset * lgb.Dataset * lgb.Predictor * lgb.train * typos * add flags to facilitate macosx compilation * fix basic_string template error with clang * most unfortunate mode of development * fixup tests * last test * roxygen * roxygen v5.x.x
-
- 10 Jan, 2017 10 commits
-
-
Guolin Ke authored
-
Guolin Ke authored
-
Guolin Ke authored
-
Guolin Ke authored
-
Guolin Ke authored
-
Guolin Ke authored
-
wxchan authored
* add compat.py * unify types * range/xrange -> range_ * move argc_ to compat.py; add is_numeric error type * use simplejson for json * move json to compat.py * move pandas to compat.py * move sklearn to compat.py * remove unused function * fix 'unify types' * argc_ (lambda -> def)
-
wxchan authored
-
Tsukasa OMOTO authored
-
Tsukasa OMOTO authored
-
- 09 Jan, 2017 11 commits
-
-
wxchan authored
* add pmml to test * refine pmml.py * use ~n instead of -n-1 * change map to list comprehension * fix check * fix 'use ~n instead of -n-1' * fix exception
-
Guolin Ke authored
-
Tsukasa OMOTO authored
* fix typo * fix hessians to approximate hessians with Gaussian function * fix ApproximateHessianWithGaussian * take fabs of gradient * use atan(1) to calculate pi * fix pi
-
Guolin Ke authored
-
Tsukasa OMOTO authored
* Add L1 objective function * fix hessians * update
-
Guolin Ke authored
-
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 1 commit
-
-