- 03 Oct, 2017 1 commit
-
-
Nikita Titov authored
-
- 01 Oct, 2017 1 commit
-
-
Laurae authored
-
- 30 Sep, 2017 1 commit
-
-
Bernie Gray authored
fix typos in callback.R and lgb.cv.R, closing #946 and #947
-
- 29 Sep, 2017 4 commits
-
-
olofer authored
* Remove signed/unsigned integer compare warning with g++
-
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
-
Nick Ireland authored
* gpu enabled docker file with python bindings * update readme to reference master
-
Nikita Titov authored
* added python version badge * fixed typos * fixed links * readthedocs doesn't support links with anchor out of box * fixed table rendering at ReadTheDocs #776#issuecomment-319851551 * fixed table rendering at ReadTheDocs * added link to Key-Events page * fixed links * hotfix * fixed markdown
-
- 28 Sep, 2017 4 commits
-
-
Guolin Ke authored
-
Guolin Ke authored
-
Guolin Ke authored
-
ChenZhiyong authored
* refine categorical split * add test
-
- 27 Sep, 2017 2 commits
-
-
Nikita Titov authored
-
Pierre PACI authored
* better log for "Check max_depth and num_leaves" The default log said "[LightGBM] [Warning] Accuarcy may be bad since you didn't set num_leaves." but the case max_depth²>num_leaves could also trigger this log. Correction of a typo too : Accuarcy > Accuracy * Update config.cpp
-
- 26 Sep, 2017 1 commit
-
-
wxchan authored
-
- 22 Sep, 2017 1 commit
-
-
zhangjin authored
While in parallel training, when one worker have 0 data, then it will not execute ConstructHistogram. if so, ptr_smaller_leaf_hist_data will not be 0 but the old data. that will get the wrong Histogram, and the wrong split info.
-
- 21 Sep, 2017 1 commit
-
-
wxchan authored
* add python examples to test [test should fail] * fix example && move some to advanced_example * fix last line * refine test python version
-
- 20 Sep, 2017 1 commit
-
-
Huan Zhang authored
-
- 19 Sep, 2017 1 commit
-
-
Nikita Titov authored
* added test for sklearn handle categorical features * use raw X, y in sklearn wrapper in case of pandas.DataFrame * fixed probs
-
- 18 Sep, 2017 1 commit
-
-
Guolin Ke authored
-
- 16 Sep, 2017 2 commits
-
-
Pierre PACI authored
The example page state that "simple_example.py" should feature an example of json dump, but that was missing.
-
Scott Lundberg authored
* Fix feature attributions for regression models and add Python bindings * Address pylint issue * Lazy fix missing tree depth info
-
- 11 Sep, 2017 1 commit
-
-
Guolin Ke authored
-
- 10 Sep, 2017 3 commits
-
-
Guolin Ke authored
-
Nikita Titov authored
-
Nikita Titov authored
* travis cleanup * removed precompiled files in windows folder from sdist command * removed rubbish from install folder * added compute folder
-
- 08 Sep, 2017 2 commits
-
-
Nikita Titov authored
* disabled logs from compilers; fixed #874 * fixed safe clear_fplder * added windows folder to manifest.in * added windows folder to build * added library path * added compilation with MSBuild from .sln-file * fixed unknown PlatformToolset returns exitcode 0 * hotfix * updated Readme * removed return * added installation with mingw test to appveyor * let's test appveyor with both VS 2015 and VS 2017; but MinGW isn't installed on VS 2017 image * fixed built-in name 'file' * simplified appveyor * removed excess data_files * fixed unreadable paths * separated exceptions for cmake and mingw * refactored silent_call * don't create artifacts with VS 2015 and mingw * be more precise with python versioning in Travis * removed unnecessary if statement * added classifiers for PyPI and python versions badge * changed python version in travis * added support of scikit-learn 0.18.x * added more python versions to Travis * added more python versions to Appveyor * reduced number of tests in Travis * Travis trick is not needed anymore * attempt to fix according to https://github.com/Microsoft/LightGBM/pull/880#discussion_r137438856
-
Laurae authored
-
- 07 Sep, 2017 1 commit
-
-
Nikita Titov authored
* fixed description of Dataset * fixed description of Booster * fixed description of train * fixed description of cv * fixed description of callbacks * fixed description of plotting * hotfixes
-
- 06 Sep, 2017 2 commits
-
-
Nikita Titov authored
-
Tsukasa OMOTO authored
This commit will regain backward compatibility that has been broken after 015c8fff.
-
- 05 Sep, 2017 2 commits
-
-
Nikita Titov authored
* fixed sklearn test on python 2.7 * commit to show that problem has been solved * come back to python 3.6 * removed warnings check
-
Nikita Titov authored
* improved sklearn interface; added sklearns' tests * moved best_score into the if statement * improved docstrings; simplified LGBMCheckConsistentLength * fixed typo * pylint * updated example * fixed Ranker interface * added missed boosting_type * fixed more comfortable autocomplete without unused objects * removed check for None of eval_at * fixed according to review * fixed typo * added description of fit return type * dictionary->dict for short * markdown cleanup
-
- 04 Sep, 2017 1 commit
-
-
Laurae authored
* Add efficient demo for LightGBM * Add bank dataset and more examples * Add bank manual
-
- 03 Sep, 2017 1 commit
-
-
Laurae authored
-
- 02 Sep, 2017 3 commits
-
-
Yachen Yan authored
Add Depth Column Refine Code Structure
-
Guolin Ke authored
-
Nikita Titov authored
* added license badge * added link to PyPI
-
- 01 Sep, 2017 2 commits
-
-
Guolin Ke authored
-
Nikita Titov authored
* fixed capital letters and formating * fixed CMake capital letters; added VS 2013 to the list of allowed versions
-
- 30 Aug, 2017 1 commit
-
-
olofer authored
* Attempt to address issue #807 Poisson regression objective. * Fix coding style. * Added label non-negative safety check.
-