1. 29 Dec, 2017 4 commits
  2. 28 Dec, 2017 1 commit
  3. 27 Dec, 2017 2 commits
  4. 26 Dec, 2017 1 commit
  5. 25 Dec, 2017 5 commits
  6. 24 Dec, 2017 1 commit
  7. 23 Dec, 2017 1 commit
  8. 22 Dec, 2017 2 commits
  9. 19 Dec, 2017 1 commit
  10. 17 Dec, 2017 1 commit
  11. 16 Dec, 2017 2 commits
  12. 15 Dec, 2017 2 commits
  13. 14 Dec, 2017 1 commit
  14. 12 Dec, 2017 1 commit
  15. 11 Dec, 2017 4 commits
  16. 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
  17. 05 Dec, 2017 2 commits
  18. 04 Dec, 2017 3 commits
  19. 02 Dec, 2017 1 commit
  20. 01 Dec, 2017 2 commits
  21. 30 Nov, 2017 1 commit
  22. 29 Nov, 2017 1 commit
    • Nikita Titov's avatar
      [ci] [docs] compilation on macOS (#1088) · d51f2b4f
      Nikita Titov authored
      * updated travis
      
      * renamed OSX->macOS; updated gcc installation on macOS
      
      * updated travis macos installation
      
       Please enter the commit message for your changes. Lines starting
      
      * updated installation guide for macos
      
      * fixed spelling
      
      * renamed appveyor file
      
      * updated Travis
      d51f2b4f