1. 27 Dec, 2017 1 commit
  2. 26 Dec, 2017 1 commit
  3. 25 Dec, 2017 5 commits
  4. 24 Dec, 2017 1 commit
  5. 23 Dec, 2017 1 commit
  6. 22 Dec, 2017 2 commits
  7. 19 Dec, 2017 1 commit
  8. 17 Dec, 2017 1 commit
  9. 16 Dec, 2017 2 commits
  10. 15 Dec, 2017 2 commits
  11. 14 Dec, 2017 1 commit
  12. 12 Dec, 2017 1 commit
  13. 11 Dec, 2017 4 commits
  14. 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
  15. 05 Dec, 2017 2 commits
  16. 04 Dec, 2017 3 commits
  17. 02 Dec, 2017 1 commit
  18. 01 Dec, 2017 2 commits
  19. 30 Nov, 2017 1 commit
  20. 29 Nov, 2017 3 commits
  21. 27 Nov, 2017 1 commit
  22. 26 Nov, 2017 2 commits
    • Guolin Ke's avatar
      Speed up saving and loading model (#1083) · 8a5ec366
      Guolin Ke authored
      * remove protobuf
      
      * add version number
      
      * remove pmml script
      
      * use float for split gain
      
      * fix warnings
      
      * refine the read model logic of gbdt
      
      * fix compile error
      
      * improve decode speed
      
      * fix some bugs
      
      * fix double accuracy problem
      
      * fix bug
      
      * multi-thread save model
      
      * speed up save model to string
      
      * parallel save/load model
      
      * fix some warnings.
      
      * fix warnings.
      
      * fix a bug
      
      * remove debug output
      
      * fix doc
      
      * fix max_bin warning in tests.
      
      * fix max_bin warning
      
      * fix pylint
      
      * clean code for stringToArray
      
      * clean code for TToString
      
      * remove max_bin
      
      * replace "class" with typename
      8a5ec366
    • Nikita Titov's avatar
      removed outdated code (#1084) · 8d016c12
      Nikita Titov authored
      8d016c12
  23. 25 Nov, 2017 1 commit