1. 02 Feb, 2019 1 commit
  2. 30 Jan, 2019 2 commits
    • Guolin Ke's avatar
      fix nan in eval results (#1973) · feeaf38f
      Guolin Ke authored
      * always save the score of the first round in early stopping
      
      fix #1971
      
      * avoid using std::log on non-positive numbers
      
      * remove unnecessary changes
      
      * add tests
      
      * Update test_sklearn.py
      
      * enhanced tests
      feeaf38f
    • Guolin Ke's avatar
      fix R's overflow (#1960) · 5c399840
      Guolin Ke authored
      5c399840
  3. 23 Jan, 2019 1 commit
  4. 20 Dec, 2018 1 commit
  5. 17 Dec, 2018 1 commit
    • Guolin Ke's avatar
      Fix bugs in RF (#1906) · cba82447
      Guolin Ke authored
      * fix RF's bugs
      
      * fix tests
      
      * rollback num_iterations
      
      * fix a bug and reduce memory costs
      
      * reduce memory cost
      cba82447
  6. 25 Nov, 2018 1 commit
  7. 22 Nov, 2018 1 commit
  8. 01 Nov, 2018 1 commit
  9. 29 Oct, 2018 1 commit
  10. 27 Oct, 2018 1 commit
  11. 10 Oct, 2018 2 commits
  12. 09 Oct, 2018 1 commit
    • Guolin Ke's avatar
      average predictions for constant features (#1735) · c920e634
      Guolin Ke authored
      * average predictions for constant features
      
      * fix possible numerical issues in std::log.
      
      * fix pylint
      
      * fix bugs in c_api
      
      * fix styles
      
      * clean code for multi class
      
      * rewrite test
      
      * fix pylint
      
      * skip test_constant_features
      
      * refine test
      
      * fix tests
      
      * fix tests
      
      * update FAQ
      
      * fix test
      
      * Update FAQ.rst
      c920e634
  13. 29 Sep, 2018 1 commit
  14. 16 Sep, 2018 1 commit
  15. 11 Sep, 2018 1 commit
  16. 06 Sep, 2018 1 commit
  17. 29 Aug, 2018 1 commit
  18. 27 Aug, 2018 2 commits
  19. 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
  20. 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
  21. 21 Aug, 2018 1 commit
  22. 17 Aug, 2018 1 commit
  23. 16 Aug, 2018 1 commit
  24. 08 Aug, 2018 1 commit
  25. 06 Aug, 2018 1 commit
  26. 31 Jul, 2018 1 commit
  27. 25 Jul, 2018 1 commit
  28. 15 Jul, 2018 1 commit
  29. 12 Jul, 2018 1 commit
  30. 09 Jul, 2018 1 commit
  31. 07 Jul, 2018 1 commit
  32. 14 Jun, 2018 2 commits
  33. 10 Jun, 2018 1 commit
  34. 04 Jun, 2018 3 commits