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