"vscode:/vscode.git/clone" did not exist on "6757a6aad99f659d2c21a4f636529db37b5ead24"
  1. 06 Feb, 2019 1 commit
  2. 03 Feb, 2019 1 commit
  3. 02 Feb, 2019 2 commits
  4. 31 Jan, 2019 1 commit
  5. 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
  6. 29 Jan, 2019 1 commit
  7. 23 Jan, 2019 1 commit
  8. 22 Jan, 2019 1 commit
  9. 18 Jan, 2019 1 commit
  10. 16 Jan, 2019 2 commits
    • Shahzad Lone's avatar
      Reserve vectors, to save reallocation costs. (#1949) · 24c9503f
      Shahzad Lone authored
      File: [LightGBM//src/io/dataset.cpp]
      Function: [138:FastFeatureBundling(...)]
      
      Reserving vectors where we already know the size to save on reallocation costs.
      
      Also removed a variable that was unnecessary.
      24c9503f
    • remcob-gr's avatar
      When loading a binary file, take feature penalty and monotone constraints from... · 61527856
      remcob-gr authored
      When loading a binary file, take feature penalty and monotone constraints from config if given there. (#1881)
      
      * When loading a binary file, take feature penalty from config if given there.
      
      * When loading a binary file, take feature penalty from config if given there.
      
      * Fix crash when num_features != num_total_features and feature_contri is given.
      
      * Apply the same logic to monotone_types_.
      
      * Fix indentation
      61527856
  11. 20 Dec, 2018 1 commit
  12. 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
  13. 14 Dec, 2018 1 commit
  14. 10 Dec, 2018 1 commit
  15. 30 Nov, 2018 1 commit
  16. 25 Nov, 2018 2 commits
  17. 23 Nov, 2018 1 commit
  18. 06 Nov, 2018 3 commits
  19. 01 Nov, 2018 2 commits
  20. 31 Oct, 2018 1 commit
  21. 27 Oct, 2018 1 commit
  22. 26 Oct, 2018 1 commit
  23. 10 Oct, 2018 1 commit
  24. 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
  25. 07 Oct, 2018 1 commit
  26. 03 Oct, 2018 1 commit
    • Nikita Titov's avatar
      [ci] dowgrade gcc version for Linux on Azure (#1718) · 52dbc572
      Nikita Titov authored
      * dowgrade gcc version on Azure
      
      * small fixes, update Artifacts condition for easy debug.
      
      * Update CMakeLists.txt
      
      * Update CMakeLists.txt
      
      * Update CMakeLists.txt
      
      * Update setup.sh
      
      * Update CMakeLists.txt
      
      * Update .vsts-ci.yml
      
      * Update CMakeLists.txt
      
      * remove the lgamma
      
      * update comment
      
      * make sure that we use appropriate compiler
      52dbc572
  27. 29 Sep, 2018 1 commit
  28. 28 Sep, 2018 1 commit
  29. 15 Sep, 2018 1 commit
  30. 11 Sep, 2018 2 commits
  31. 07 Sep, 2018 1 commit
  32. 03 Sep, 2018 1 commit