1. 31 Jan, 2019 1 commit
  2. 30 Jan, 2019 3 commits
  3. 29 Jan, 2019 1 commit
  4. 28 Jan, 2019 1 commit
  5. 27 Jan, 2019 2 commits
  6. 26 Jan, 2019 1 commit
  7. 23 Jan, 2019 1 commit
  8. 22 Jan, 2019 1 commit
  9. 21 Jan, 2019 1 commit
  10. 20 Jan, 2019 3 commits
  11. 19 Jan, 2019 1 commit
    • Maximilian Eber's avatar
      [R] Fix multiclass demo (#1940) · ace9c99c
      Maximilian Eber authored
      * Fix multiclass custom objective demo
      
      * Use option not to boost from average instead of setting init score explicitly
      
      * Reference #1846 when turning off boost_from_average
      
      * Add trailing whitespace
      ace9c99c
  12. 18 Jan, 2019 3 commits
  13. 17 Jan, 2019 1 commit
  14. 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
  15. 15 Jan, 2019 2 commits
  16. 14 Jan, 2019 1 commit
  17. 24 Dec, 2018 1 commit
  18. 20 Dec, 2018 3 commits
  19. 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
  20. 14 Dec, 2018 1 commit
  21. 10 Dec, 2018 3 commits
  22. 08 Dec, 2018 1 commit
  23. 01 Dec, 2018 1 commit
  24. 30 Nov, 2018 1 commit
  25. 25 Nov, 2018 3 commits