1. 04 Jun, 2018 1 commit
  2. 03 Jun, 2018 2 commits
  3. 02 Jun, 2018 1 commit
    • Nikita Titov's avatar
      [docs] generate parameters description from config file. Stage 1 (#1409) · 713f5e6c
      Nikita Titov authored
      * generate parameters description from config file
      
      * made pylint happy
      
      * added checks description
      
      * fixed links handling in desc and descl2 fields
      
      * refine Core Parameters section
      
      * removed excess quotes from default values
      
      * fixed parameter type retrieve
      
      * added note about auto-generated parameters
      713f5e6c
  4. 21 May, 2018 1 commit
  5. 20 May, 2018 1 commit
    • Guolin Ke's avatar
      Refine config object (#1381) · dc699574
      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.
      dc699574
  6. 11 May, 2018 1 commit
  7. 08 May, 2018 1 commit
  8. 28 Apr, 2018 1 commit
  9. 24 Apr, 2018 1 commit
  10. 20 Apr, 2018 1 commit
  11. 18 Apr, 2018 2 commits
  12. 17 Apr, 2018 1 commit
  13. 14 Mar, 2018 1 commit
  14. 11 Mar, 2018 1 commit
  15. 27 Feb, 2018 1 commit
    • ebernhardson's avatar
      Experimental support for HDFS (#1243) · 7e186a57
      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
      7e186a57
  16. 24 Jan, 2018 1 commit
  17. 21 Jan, 2018 1 commit
  18. 16 Jan, 2018 1 commit
  19. 15 Jan, 2018 2 commits
  20. 12 Jan, 2018 1 commit
  21. 05 Jan, 2018 3 commits
    • Guolin Ke's avatar
      Refine reduce scatter (#1179) · 7d3206e0
      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
      7d3206e0
    • zhangjin's avatar
      update network for non powers of 2 workers (#1178) · ee8a65ae
      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
      ee8a65ae
    • Guolin Ke's avatar
      Refine allgather (#1175) · 5afffa76
      Guolin Ke authored
      * refine allgather.
      
      * fix a bug.
      5afffa76
  22. 02 Jan, 2018 1 commit
  23. 01 Jan, 2018 1 commit
  24. 29 Dec, 2017 1 commit
  25. 25 Dec, 2017 1 commit
  26. 19 Dec, 2017 1 commit
  27. 17 Dec, 2017 1 commit
  28. 16 Dec, 2017 1 commit
  29. 15 Dec, 2017 2 commits
  30. 14 Dec, 2017 1 commit
  31. 12 Dec, 2017 1 commit
  32. 11 Dec, 2017 1 commit
  33. 06 Dec, 2017 1 commit
    • Cass's avatar
      [CLI][python-package][docs] Add n_estimators as num_iteration alias (#1079) · 8fd71c01
      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.
      8fd71c01
  34. 04 Dec, 2017 1 commit