- 20 Jan, 2019 1 commit
-
-
Nikita Titov authored
-
- 16 Oct, 2018 2 commits
-
-
Nikita Titov authored
* added docstring style test and fixed errors in existing docstrings * hotfix * hotfix * fix grammar * hotfix
-
Nikita Titov authored
* downgrade Xcode version on Azure * fixed docs and warning
-
- 03 Oct, 2018 1 commit
-
-
Nikita Titov authored
-
- 15 Sep, 2018 1 commit
-
-
Nikita Titov authored
-
- 27 Aug, 2018 1 commit
-
-
Nikita Titov authored
-
- 18 Aug, 2017 1 commit
-
-
Tsukasa OMOTO authored
* python-package: fix version * remove version variable
-
- 28 Jun, 2017 1 commit
-
-
Guolin Ke authored
-
- 30 May, 2017 1 commit
-
-
Guolin Ke authored
* fix multi-threading. * fix name style. * support in CLI version. * remove warnings. * Not default parameters. * fix if...else... . * fix bug. * fix warning. * refine c_api. * fix R-package. * fix R's warning. * fix tests. * fix pep8 .
-
- 29 May, 2017 1 commit
-
-
cbecker authored
* Add early stopping for prediction * Fix GBDT if-else prediction with early stopping * Small C++ embelishments to early stopping API and functions * Fix early stopping efficiency issue by creating a singleton for no early stopping * Python improvements to early stopping API * Add assertion check for binary and multiclass prediction score length * Update vcxproj and vcxproj.filters with new early stopping files * Remove inline from PredictRaw(), the linker was not able to find it otherwise
-
- 20 May, 2017 1 commit
-
-
Miguel González-Fierro authored
-
- 12 Apr, 2017 1 commit
-
-
Tsukasa OMOTO authored
* python-package: refine plot_tree This change splits plot_tree to two methods: 1. method of creating digraph of tree 2. method of plotting the digraph with matplotlib * fix doc * fix doc
-
- 28 Jan, 2017 1 commit
-
-
wxchan authored
* add plot metrics * move 'raise Exception' to check_not_tuple_of_2_elements * rename 'plot_metrics' to 'plot_metric' * fix misleading message/docs * change 'Metrics' in title to 'Metric' * fix misleading comment
-
- 25 Jan, 2017 1 commit
-
-
wxchan authored
* add plot tree * add docs * add example * add test * fix test * fix decision type * add show_info * use feature name if available
-
- 20 Jan, 2017 1 commit
-
-
wxchan authored
* add plot importance * add plot example
-
- 04 Jan, 2017 1 commit
-
-
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
-
- 18 Dec, 2016 1 commit
-
-
wxchan authored
* add gridsearch example for python sklearn * reset_learning_rate->reset_parameter * make callbacks public
-
- 08 Dec, 2016 1 commit
-
-
Guolin Ke authored
Provide a high level Dataset class for easy use.
-
- 02 Dec, 2016 1 commit
-
-
wxchan authored
1. merge python-package 2. add dump model to json 3. fix bugs 4. clean code with pylint 5. update python examples
-
- 30 Nov, 2016 3 commits
- 29 Nov, 2016 2 commits
- 21 Nov, 2016 1 commit
-
-
Guolin Ke authored
-