1. 30 Dec, 2017 1 commit
  2. 29 Dec, 2017 4 commits
  3. 28 Dec, 2017 1 commit
  4. 27 Dec, 2017 2 commits
  5. 26 Dec, 2017 1 commit
  6. 25 Dec, 2017 5 commits
  7. 24 Dec, 2017 1 commit
  8. 23 Dec, 2017 1 commit
  9. 22 Dec, 2017 2 commits
  10. 19 Dec, 2017 1 commit
  11. 17 Dec, 2017 1 commit
  12. 16 Dec, 2017 2 commits
  13. 15 Dec, 2017 2 commits
  14. 14 Dec, 2017 1 commit
  15. 12 Dec, 2017 1 commit
  16. 11 Dec, 2017 4 commits
  17. 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
  18. 05 Dec, 2017 2 commits
  19. 04 Dec, 2017 3 commits
  20. 02 Dec, 2017 1 commit
  21. 01 Dec, 2017 2 commits
  22. 30 Nov, 2017 1 commit