1. 03 Feb, 2019 1 commit
  2. 02 Feb, 2019 4 commits
  3. 31 Jan, 2019 1 commit
  4. 30 Jan, 2019 3 commits
  5. 29 Jan, 2019 1 commit
  6. 28 Jan, 2019 1 commit
  7. 27 Jan, 2019 2 commits
  8. 26 Jan, 2019 1 commit
  9. 23 Jan, 2019 1 commit
  10. 22 Jan, 2019 1 commit
  11. 21 Jan, 2019 1 commit
  12. 20 Jan, 2019 3 commits
  13. 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
  14. 18 Jan, 2019 3 commits
  15. 17 Jan, 2019 1 commit
  16. 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
  17. 15 Jan, 2019 2 commits
  18. 14 Jan, 2019 1 commit
  19. 24 Dec, 2018 1 commit
  20. 20 Dec, 2018 3 commits
  21. 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
  22. 14 Dec, 2018 1 commit
  23. 10 Dec, 2018 3 commits
  24. 08 Dec, 2018 1 commit