"src/vscode:/vscode.git/clone" did not exist on "82e2ff7a018f2466f8102c80a7bafb9324238d19"
  1. 29 Dec, 2017 1 commit
  2. 25 Dec, 2017 1 commit
  3. 19 Dec, 2017 1 commit
  4. 17 Dec, 2017 1 commit
  5. 15 Dec, 2017 1 commit
  6. 12 Dec, 2017 1 commit
  7. 26 Nov, 2017 1 commit
    • Guolin Ke's avatar
      Speed up saving and loading model (#1083) · 8a5ec366
      Guolin Ke authored
      * remove protobuf
      
      * add version number
      
      * remove pmml script
      
      * use float for split gain
      
      * fix warnings
      
      * refine the read model logic of gbdt
      
      * fix compile error
      
      * improve decode speed
      
      * fix some bugs
      
      * fix double accuracy problem
      
      * fix bug
      
      * multi-thread save model
      
      * speed up save model to string
      
      * parallel save/load model
      
      * fix some warnings.
      
      * fix warnings.
      
      * fix a bug
      
      * remove debug output
      
      * fix doc
      
      * fix max_bin warning in tests.
      
      * fix max_bin warning
      
      * fix pylint
      
      * clean code for stringToArray
      
      * clean code for TToString
      
      * remove max_bin
      
      * replace "class" with typename
      8a5ec366
  8. 15 Nov, 2017 2 commits
  9. 11 Nov, 2017 1 commit
  10. 09 Nov, 2017 1 commit
    • wxchan's avatar
      add init_score & test cpp and python result consistency (#1007) · bc0579c8
      wxchan authored
      * add init_score & test cpp and python result consistency
      
      * try fix common.h
      
      * Fix tests (#3)
      
      * update atof
      
      * fix bug
      
      * fix tests.
      
      * fix bug
      
      * fix dtypes
      
      * fix categorical feature override
      
      * fix protobuf on vs build (#1004)
      
      * [optional] support protobuf
      
      * fix windows/LightGBM.vcxproj
      
      * add doc
      
      * fix doc
      
      * fix vs support (#2)
      
      * fix vs support
      
      * fix cmake
      
      * fix #1012
      
      * [python] add network config api  (#1019)
      
      * add network
      
      * update doc
      
      * add float tolerance in bin finder.
      
      * fix a bug
      
      * update tests
      
      * add double torelance on tree model
      
      * fix tests
      
      * simplify the double comparison
      
      * fix lightsvm zero base
      
      * move double tolerance to the bin finder.
      
      * fix pylint
      
      * clean test.sh
      
      * add sklearn test
      
      * remove underline
      
      * clean codes
      
      * set random_state=None
      
      * add last line
      
      * fix doc
      
      * rename file
      
      * try fix test
      bc0579c8
  11. 26 Oct, 2017 1 commit
    • wxchan's avatar
      fix protobuf on vs build (#1004) · 2b20569e
      wxchan authored
      * [optional] support protobuf
      
      * fix windows/LightGBM.vcxproj
      
      * add doc
      
      * fix doc
      
      * fix vs support (#2)
      
      * fix vs support
      
      * fix cmake
      2b20569e
  12. 20 Oct, 2017 1 commit
  13. 19 Oct, 2017 1 commit
  14. 18 Oct, 2017 1 commit
    • Guolin Ke's avatar
      Use one-vs-other for small categorical features. · 087ec475
      Guolin Ke authored
      commit c9e123f24fcbb159c04e6694c7f830530bb2f27e
      Author: Guolin Ke <i@yumumu.me>
      Date:   Wed Oct 18 10:00:19 2017 +0800
      
          change default max_cat_to_onehot
      
      commit 805a5c3125b9979d634922e1708877fa0fec80c6
      Author: Guolin Ke <i@yumumu.me>
      Date:   Tue Oct 17 22:57:18 2017 +0800
      
          use one hot coding for the small cats
      087ec475
  15. 16 Oct, 2017 2 commits
  16. 13 Oct, 2017 1 commit
    • Guolin Ke's avatar
      fix #991 (#992) · ef221275
      Guolin Ke authored
      * refine categorical split
      
      * a bug fix
      
      * fix a bug
      ef221275
  17. 12 Oct, 2017 1 commit
  18. 07 Oct, 2017 1 commit
    • wxchan's avatar
      [MRG] check duplicate params (#961) · d3e88ef5
      wxchan authored
      * add get params
      
      clean codes
      
      * check duplicate params
      
      * Revert "add get params"
      
      This reverts commit ec1d8dd17aa2c83dd0d5f7716c59b6a6fb94102c.
      
      * set priority by length & check duplicate
      
      * rename function
      d3e88ef5
  19. 04 Oct, 2017 1 commit
  20. 28 Sep, 2017 1 commit
  21. 27 Sep, 2017 2 commits
  22. 26 Sep, 2017 1 commit
  23. 22 Sep, 2017 1 commit
    • zhangjin's avatar
      Update dataset.cpp (#927) · e66a8a3c
      zhangjin authored
      While in parallel training, when one worker have 0 data, then it will not execute ConstructHistogram.
      if so, ptr_smaller_leaf_hist_data will not be 0 but the old data. that will get the wrong Histogram, and the wrong split info.
      e66a8a3c
  24. 16 Sep, 2017 1 commit
  25. 02 Sep, 2017 1 commit
  26. 30 Aug, 2017 1 commit
  27. 29 Aug, 2017 2 commits
  28. 20 Aug, 2017 2 commits
  29. 18 Aug, 2017 7 commits