- 20 May, 2018 1 commit
-
-
Guolin Ke authored
* [WIP] refine config * [wip] ready for the auto code generate * auto generate config codes * use with to open file * fix bug * fix pylint * fix bug * fix pylint * fix bugs. * tmp for failed test. * fix tests. * added nthreads alias * added new aliases from new config.h * fixed duplicated alias * refactored parameter_generator.py * added new aliases from config.h and removed remaining old names * fix bugs & some miss alias * added aliases * add more descriptions. * add comment.
-
- 11 May, 2018 1 commit
-
-
Nikita Titov authored
* decode error description * added break line char in log massages
-
- 08 May, 2018 1 commit
-
-
Guolin Ke authored
-
- 28 Apr, 2018 1 commit
-
-
Guolin Ke authored
-
- 24 Apr, 2018 1 commit
-
-
Jerry Liu authored
-
- 20 Apr, 2018 1 commit
-
-
Adilet Zhaxybay authored
-
- 18 Apr, 2018 2 commits
- 17 Apr, 2018 1 commit
-
-
Guolin Ke authored
-
- 14 Mar, 2018 1 commit
-
-
Alexandre Maia authored
-
- 11 Mar, 2018 1 commit
-
-
Eric Graves authored
* added code to expose c_api_pred_contrib in the R package * removed Rprintf * reverted to previous version of install.libs.R
-
- 27 Feb, 2018 1 commit
-
-
ebernhardson authored
* Read and write datsets from hdfs. * Only enabled when cmake is run with -DUSE_HDFS:BOOL=TRUE * Introduces VirtualFile(Reader|Writer) to asbtract VFS differences
-
- 24 Jan, 2018 1 commit
-
-
Guolin Ke authored
-
- 21 Jan, 2018 1 commit
-
-
Guolin Ke authored
-
- 16 Jan, 2018 1 commit
-
-
Guolin Ke authored
-
- 15 Jan, 2018 2 commits
- 12 Jan, 2018 1 commit
-
-
Guolin Ke authored
* fix a bug in `ArgMaxAtK`
-
- 05 Jan, 2018 3 commits
-
-
Guolin Ke authored
* unfinished * some refines. * fix a bug * some refines * remove useless files * some small fixes * clean code * clean code * fix connect * fix a broken link * fix a broken link
-
zhangjin authored
* update network.h Improve training speed in parallel learning where workers is not powers of 2 * update linders_socket.cpp Improve training speed in parallel learning where workers is not powers of 2 * update linder_topo.cpp Improve training speed in parallel learning where workers is not powers of 2 * update network.cpp Improve training speed in parallel learning where workers is not powers of 2 * update linder_topo.cpp fix a bug
-
Guolin Ke authored
* refine allgather. * fix a bug.
-
- 02 Jan, 2018 1 commit
-
-
Nikita Titov authored
* add output_freq to aliases * reordered params set according to review comment
-
- 01 Jan, 2018 1 commit
-
-
Guolin Ke authored
-
- 29 Dec, 2017 1 commit
-
-
Guolin Ke authored
-
- 25 Dec, 2017 1 commit
-
-
Guolin Ke authored
-
- 19 Dec, 2017 1 commit
-
-
Guolin Ke authored
* add code for refit tree * add implementation. * update documents. * clean code * fix a type
-
- 17 Dec, 2017 1 commit
-
-
Guolin Ke authored
-
- 16 Dec, 2017 1 commit
-
-
Guolin Ke authored
-
- 15 Dec, 2017 2 commits
- 14 Dec, 2017 1 commit
-
-
Guolin Ke authored
-
- 12 Dec, 2017 1 commit
-
-
Guolin Ke authored
-
- 11 Dec, 2017 1 commit
-
-
Guolin Ke authored
-
- 06 Dec, 2017 1 commit
-
-
Cass authored
* Add n_estimators as num_iteration alias Scikit-Learn's ensemble methods use the term `n_estimators` for the number of iterations of training models. To make it more accessible for newcomers who are familiar with Scikit-Learn, it would help if the Parameters page mentioned `n_estimators` and what parameter that maps to within LightGBM's API. Addresses discussion brought up in #954 * Add n_estimators as num_iterations alias Adds n_estimators as an alias for num_iterations in the CLI as well as Python libs. Additionally bumps the default for n_estimators in the Sklearn API to 100 estimators.
-
- 04 Dec, 2017 1 commit
-
-
Guolin Ke authored
* fix feature fraction * fix bugs.
-
- 29 Nov, 2017 1 commit
-
-
ww authored
-
- 26 Nov, 2017 1 commit
-
-
Guolin Ke authored
* remove protobuf * add version number * remove pmml script * use float for split gain * fix warnings * refine the read model logic of gbdt * fix compile error * improve decode speed * fix some bugs * fix double accuracy problem * fix bug * multi-thread save model * speed up save model to string * parallel save/load model * fix some warnings. * fix warnings. * fix a bug * remove debug output * fix doc * fix max_bin warning in tests. * fix max_bin warning * fix pylint * clean code for stringToArray * clean code for TToString * remove max_bin * replace "class" with typename
-
- 24 Nov, 2017 1 commit
-
-
Guolin Ke authored
* use int64 for string * [R] Fatal when CSC exceed int32.max
-
- 16 Nov, 2017 2 commits
-
-
zhangjin authored
add 'null' to missing value
-
Nikita Titov authored
[python] [docs] fixed objective in sklearn wrapper; added missed objectives & metrics to docs (#1059) * added missed aliases for task parameter * fixed indents * added missed aliases and options for tree_learner parameter * added missed objectives to docs * fixed typo in Poisson parameter and its description * fixed model_format parameter description * added missed metrics to docs * fixed sklearn objective * fixed set_params * fixed docs * added missed options to objectives * added note about ignore_column (#1061)
-