1. 19 Dec, 2017 1 commit
  2. 17 Dec, 2017 1 commit
  3. 16 Dec, 2017 2 commits
  4. 15 Dec, 2017 2 commits
  5. 14 Dec, 2017 1 commit
  6. 12 Dec, 2017 1 commit
  7. 11 Dec, 2017 4 commits
  8. 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
  9. 05 Dec, 2017 2 commits
  10. 04 Dec, 2017 3 commits
  11. 02 Dec, 2017 1 commit
  12. 01 Dec, 2017 2 commits
  13. 30 Nov, 2017 1 commit
  14. 29 Nov, 2017 3 commits
  15. 27 Nov, 2017 1 commit
  16. 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
  17. 25 Nov, 2017 1 commit
  18. 24 Nov, 2017 1 commit
  19. 22 Nov, 2017 1 commit
  20. 19 Nov, 2017 1 commit
  21. 17 Nov, 2017 1 commit
  22. 16 Nov, 2017 2 commits
    • zhangjin's avatar
      add 'null' to missing value (#1064) · 9ba0cc78
      zhangjin authored
      add 'null' to missing value
      9ba0cc78
    • Nikita Titov's avatar
      [python] [docs] fixed objective in sklearn wrapper; added missed objectives &... · e5eb8560
      Nikita Titov authored
      [python] [docs] fixed objective in sklearn wrapper; added missed objectives & metrics to docs (#1059)
      
      * added missed aliases for task parameter
      
      * fixed indents
      
      * added missed aliases and options for tree_learner parameter
      
      * added missed objectives to docs
      
      * fixed typo in Poisson parameter and its description
      
      * fixed model_format parameter description
      
      * added missed metrics to docs
      
      * fixed sklearn objective
      
      * fixed set_params
      
      * fixed docs
      
      * added missed options to objectives
      
      * added note about ignore_column (#1061)
      e5eb8560
  23. 15 Nov, 2017 2 commits
  24. 14 Nov, 2017 1 commit
  25. 13 Nov, 2017 2 commits