"src/vscode:/vscode.git/clone" did not exist on "2e98916fbcdadd6d8d569b9c00615695f7f9d735"
  1. 29 Dec, 2017 1 commit
  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 3 commits
  23. 27 Nov, 2017 1 commit