"src/vscode:/vscode.git/clone" did not exist on "a495a8772e8c0b8bd7e8bef1a030648962e316ac"
  1. 29 May, 2017 1 commit
  2. 27 May, 2017 1 commit
  3. 26 May, 2017 1 commit
  4. 21 May, 2017 1 commit
  5. 20 May, 2017 2 commits
  6. 16 May, 2017 1 commit
  7. 15 May, 2017 1 commit
  8. 14 May, 2017 1 commit
  9. 13 May, 2017 1 commit
  10. 02 May, 2017 2 commits
  11. 01 May, 2017 1 commit
  12. 28 Apr, 2017 1 commit
    • wxchan's avatar
      [MRG] translate model to if-else (#469) · 8a19834a
      wxchan authored
      * translate model to if-else
      
      * support multiclass and predictleaf
      
      * remove java option for now
      
      * support multi-thread
      
      * add task:convert_model
      8a19834a
  13. 27 Apr, 2017 3 commits
  14. 26 Apr, 2017 3 commits
  15. 24 Apr, 2017 4 commits
  16. 23 Apr, 2017 1 commit
    • Huan Zhang's avatar
      Fix compilation problems with MSVC (#443) · 8487d0a2
      Huan Zhang authored
      * Fix warnings when compiled with -pedantic
      
      * add -DBOOST_ALL_NO_LIB for windows build
      
      * fix some more MSVC warnings
      
      * Break OpenCL string literal to smaller pieces to avoid error C2026 of MSVC
      
      The string was longer than the limit of 16380 single-byte characters.
      
      This affects Visual Studio 2005 - 2015. Untested on VS 2017.
      8487d0a2
  17. 22 Apr, 2017 3 commits
  18. 21 Apr, 2017 1 commit
  19. 18 Apr, 2017 1 commit
  20. 17 Apr, 2017 3 commits
  21. 16 Apr, 2017 1 commit
    • Guolin Ke's avatar
      faster histogram sum up (#418) · 98c7c2a3
      Guolin Ke authored
      * some refactor.
      
      * two stage sum up to reduce sum up error.
      
      * add more two-stage sumup.
      
      * some refactor.
      
      * add alignment.
      
      * change name to aligned_allocator.
      
      * remove some useless sumup.
      
      * fix a warning.
      
      * add -march=native .
      
      * remove the padding of gradients.
      
      * no alignment.
      
      * fix test.
      
      * change KNumSumupGroup to 32768.
      
      * change gcc flags.
      98c7c2a3
  22. 13 Apr, 2017 2 commits
    • Laurae's avatar
      Switch RMSE to MSE (true L2 loss) (#408) · ba99bcdd
      Laurae authored
      * RMSE (L2) -> MSE (true L2)
      
      * Remove sqrt unneeded reference
      
      * Square L2 test (RMSE to MSE)
      
      * No square root on test
      
      * Attempt to add RMSE
      ba99bcdd
    • Guolin Ke's avatar
      remove additional cost for prediction task. (#404) · ab559101
      Guolin Ke authored
      * refine prediction logic.
      
      * fix test.
      
      * fix out_len in training score of Dart.
      
      * improve predict speed for high dimension data.
      
      * try use unordered_map for sparse prediction.
      
      * avoid using unordered_map.
      
      * clean code.
      
      * fix test.
      
      * move predict buffer to Predictor.
      ab559101
  23. 12 Apr, 2017 2 commits
  24. 10 Apr, 2017 2 commits