1. 01 Jan, 2018 3 commits
  2. 31 Dec, 2017 4 commits
    • Nikita Titov's avatar
      487fbbc9
    • Guolin Ke's avatar
      07275da3
    • Nikita Titov's avatar
      [python] added option to install python-package with mpi version and... · c97abff4
      Nikita Titov authored
      [python] added option to install python-package with mpi version and possibility to pass CMake options (#1034)
      
      * fixed hierarchy of installation guide sections; made installation with proto support more verbose
      
      * added option to install with protobuf support to python package
      
      * fixed pylint
      
      * added option to install MPI version to python package
      
      * added tests for python-package installation with options --proto and --mpi
      
      * hotfix
      
      * removed unnecessary note from docs
      
      * removed unnecessary line from travis script
      
      * reverted proto
      
      * Revert "reverted proto"
      
      This reverts commit 5203448bb90a13844cf330527ca971eabb45a4a8.
      
      * reverted protobuf from python-package
      
      * added options for cmake in python-package
      
      * fixed typos
      
      * fixed options readability
      
      * reworked installation logging
      
      * fixed docs according to review comments
      
      * fixed pylint
      
      * fixed space in log path
      c97abff4
    • Nikita Titov's avatar
      fixed typos in checks (#1158) · 2e801967
      Nikita Titov authored
      2e801967
  3. 30 Dec, 2017 1 commit
  4. 29 Dec, 2017 4 commits
  5. 28 Dec, 2017 1 commit
  6. 27 Dec, 2017 2 commits
  7. 26 Dec, 2017 1 commit
  8. 25 Dec, 2017 5 commits
  9. 24 Dec, 2017 1 commit
  10. 23 Dec, 2017 1 commit
  11. 22 Dec, 2017 2 commits
  12. 19 Dec, 2017 1 commit
  13. 17 Dec, 2017 1 commit
  14. 16 Dec, 2017 2 commits
  15. 15 Dec, 2017 2 commits
  16. 14 Dec, 2017 1 commit
  17. 12 Dec, 2017 1 commit
  18. 11 Dec, 2017 4 commits
  19. 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
  20. 05 Dec, 2017 2 commits