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