1. 02 Feb, 2019 1 commit
  2. 23 Jan, 2019 1 commit
  3. 20 Jan, 2019 1 commit
  4. 20 Dec, 2018 1 commit
  5. 22 Oct, 2018 1 commit
  6. 16 Oct, 2018 1 commit
  7. 11 Oct, 2018 1 commit
  8. 09 Oct, 2018 1 commit
  9. 03 Oct, 2018 1 commit
  10. 02 Oct, 2018 2 commits
  11. 29 Sep, 2018 1 commit
  12. 25 Sep, 2018 1 commit
  13. 20 Sep, 2018 2 commits
  14. 11 Sep, 2018 1 commit
  15. 08 Sep, 2018 3 commits
  16. 06 Sep, 2018 1 commit
  17. 01 Sep, 2018 1 commit
  18. 29 Aug, 2018 2 commits
  19. 27 Aug, 2018 1 commit
  20. 25 Aug, 2018 1 commit
    • Guolin Ke's avatar
      add support of refit-decay (#1603) · 2db6377a
      Guolin Ke authored
      * add support of refit-decay
      
      * add refit into c_api
      
      * add test
      
      * update document
      
      * Update basic.py
      
      * Update test_engine.py
      
      * Update basic.py
      
      * Update test_engine.py
      
      * fix comments
      
      * update test
      
      * fix the comments
      
      * Update test_engine.py
      2db6377a
  21. 24 Aug, 2018 1 commit
  22. 22 Aug, 2018 1 commit
    • Guolin Ke's avatar
      add start_iteration in model saving (#1565) · 941068ee
      Guolin Ke authored
      * add start_iteration in model saving
      
      * fix test
      
      * shuffle models ability
      
      * fix bug
      
      * update document
      
      * refine
      
      * Update engine.py
      
      * Update basic.py
      
      * fix comments
      
      * fix comment
      941068ee
  23. 19 Aug, 2018 1 commit
  24. 08 Aug, 2018 1 commit
  25. 31 Jul, 2018 1 commit
  26. 30 Jul, 2018 1 commit
  27. 25 Jul, 2018 1 commit
  28. 20 Jul, 2018 1 commit
  29. 07 Jul, 2018 2 commits
  30. 03 Jul, 2018 1 commit
  31. 29 May, 2018 1 commit
  32. 21 May, 2018 1 commit
    • Nikita Titov's avatar
      [docs] documented crash in case categorical values is bigger max int32 (#1376) · a0c69417
      Nikita Titov authored
      * added checks for categorical features > max_int32
      
      * added tests
      
      * fixed pylint
      
      * removed warnings about overridden categorical features
      
      * Revert "removed warnings about overridden categorical features"
      
      This reverts commit 289a426c700ce8934a526cc456a1b1cd5c621db9.
      
      * a little bit more efficient checks
      
      * added notes about max values in categorical features
      
      * Revert "a little bit more efficient checks"
      
      This reverts commit bed88830243da21a2db454873c0e308126e05732.
      
      * Revert "fixed pylint"
      
      This reverts commit a229e1563b0abc1b13de6358577abf90bd529015.
      
      * Revert "added tests"
      
      This reverts commit 299e001b7550111555b80730d673d4f225cf5f74.
      
      * Revert "added checks for categorical features > max_int32"
      
      This reverts commit 2cc7afacde7c6366644f6988ccedc344752b68c7.
      a0c69417
  33. 11 May, 2018 1 commit
  34. 10 May, 2018 1 commit
    • Nikita Titov's avatar
      [python][docs] reworked predict method in sklearn wrapper and docs improvements (#1351) · 41152eab
      Nikita Titov authored
      * fixed docs
      
      * reworker predict method of sklearn wrapper
      
      * fixed encapsulation
      
      * added test
      
      * fixed consistency between docstring and params docs
      
      * fixed verbose
      
      * replaced predict_proba with predict in test
      
      * fixed verbose again
      
      * fixed fraction params descriptions
      
      * added description of skip_drop and drop_rate constraints
      
      * fixed subsample_freq consistency with C++ default value
      
      * fixed nice look of params list
      
      * made force splits json file example clickable
      
      * fixed nice look of metrics list and added comma
      
      * reduced warning in test about same param specified twice
      
      * replaced pred_parameter with **kwargs in predict method
      
      * added test for **kwargs in predict method
      
      * fixed warnings
      
      * fixed pylint
      41152eab