"src/vscode:/vscode.git/clone" did not exist on "d541855a784ae7622893930c4891e22985122129"
  1. 12 Jul, 2018 1 commit
  2. 09 Jul, 2018 1 commit
  3. 14 Jun, 2018 1 commit
  4. 13 Jun, 2018 1 commit
  5. 06 Jun, 2018 1 commit
    • Nikita Titov's avatar
      [docs] generate parameters description from config file. Final stage (#1421) · 0a9d4cc2
      Nikita Titov authored
      * removed excess whitespaces
      
      * don't use built-in name for variable
      
      * simplified line parsing
      
      * chanched link to related
      
      * run parameter_generator.py
      
      * removed old targets
      
      * use tuples instead of list where possible
      
      * hotfix for descriptions were erased and only last one was kept
      
      * run parameter_generator.py
      
      * separated checks from aliases section
      0a9d4cc2
  6. 03 Jun, 2018 1 commit
  7. 02 Jun, 2018 1 commit
    • Nikita Titov's avatar
      [docs] generate parameters description from config file. Stage 1 (#1409) · 713f5e6c
      Nikita Titov authored
      * generate parameters description from config file
      
      * made pylint happy
      
      * added checks description
      
      * fixed links handling in desc and descl2 fields
      
      * refine Core Parameters section
      
      * removed excess quotes from default values
      
      * fixed parameter type retrieve
      
      * added note about auto-generated parameters
      713f5e6c
  8. 25 May, 2018 1 commit
  9. 20 May, 2018 1 commit
    • Guolin Ke's avatar
      Refine config object (#1381) · dc699574
      Guolin Ke authored
      * [WIP] refine config
      
      * [wip] ready for the auto code generate
      
      * auto generate config codes
      
      * use with to open file
      
      * fix bug
      
      * fix pylint
      
      * fix bug
      
      * fix pylint
      
      * fix bugs.
      
      * tmp for failed test.
      
      * fix tests.
      
      * added nthreads alias
      
      * added new aliases from new config.h
      
      * fixed duplicated alias
      
      * refactored parameter_generator.py
      
      * added new aliases from config.h and removed remaining old names
      
      * fix bugs & some miss alias
      
      * added aliases
      
      * add more descriptions.
      
      * add comment.
      dc699574
  10. 11 May, 2018 2 commits
    • Nikita Titov's avatar
      [python] decode error description (#1362) · 899151fc
      Nikita Titov authored
      * decode error description
      
      * added break line char in log massages
      899151fc
    • Tsukasa OMOTO's avatar
      Shut up warnings (#1363) · 79d27770
      Tsukasa OMOTO authored
      * Shut up warnings
      
      - warning: 'void* memset(void*, int, size_t)' clearing an object of non-trivial type 'struct LightGBM::HistogramBinEntry'; use assignment or value-initialization instead [-Wclass-memaccess]
      - warning: 'void* memcpy(void*, const void*, size_t)' writing to an object of type 'class std::tuple<int, double, double>' with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess]
      
      * void*
      79d27770
  11. 04 May, 2018 1 commit
  12. 03 May, 2018 1 commit
  13. 24 Apr, 2018 1 commit
  14. 18 Apr, 2018 3 commits
  15. 17 Apr, 2018 3 commits
  16. 27 Feb, 2018 2 commits
  17. 07 Feb, 2018 1 commit
  18. 05 Feb, 2018 1 commit
  19. 24 Jan, 2018 1 commit
  20. 21 Jan, 2018 2 commits
  21. 16 Jan, 2018 1 commit
  22. 01 Jan, 2018 2 commits
  23. 31 Dec, 2017 1 commit
  24. 29 Dec, 2017 1 commit
  25. 25 Dec, 2017 1 commit
  26. 19 Dec, 2017 1 commit
  27. 17 Dec, 2017 1 commit
  28. 15 Dec, 2017 1 commit
  29. 12 Dec, 2017 1 commit
  30. 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
  31. 15 Nov, 2017 2 commits