- 13 Jan, 2017 4 commits
- 12 Jan, 2017 8 commits
-
-
cbecker authored
* Added possibility to compile without openmp (useful for clang on Mac) * Added CMake option to create dylib on MacOS
-
cbecker authored
-
Qiwei Ye authored
sklearn compatibility update- renames .feature_importance_ to .featur…
-
Qiwei Ye authored
minor typo fixes
-
Preston Parry authored
-
ClimbsRocks authored
-
wxchan authored
* suppprt pandas categorical * refine logic * make default=auto * fix train/valid categorical codes * add test * unify set _predictor * fix tests * fix warning * support feature_name=int
-
Preston Parry authored
-
- 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 3 commits