"include/vscode:/vscode.git/clone" did not exist on "643dd7b9064eac598f05e023393e6ec3f81f27fe"
  1. 25 Dec, 2017 2 commits
  2. 19 Dec, 2017 1 commit
  3. 17 Dec, 2017 1 commit
  4. 15 Dec, 2017 1 commit
  5. 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
  6. 15 Nov, 2017 2 commits
  7. 27 Oct, 2017 1 commit
  8. 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
  9. 20 Oct, 2017 1 commit
  10. 19 Oct, 2017 1 commit
  11. 02 Sep, 2017 1 commit
  12. 29 Aug, 2017 1 commit
  13. 27 Aug, 2017 2 commits
  14. 24 Aug, 2017 1 commit
  15. 20 Aug, 2017 2 commits
  16. 18 Aug, 2017 3 commits
  17. 01 Aug, 2017 2 commits
    • wxchan's avatar
      fix model feature importances (#755) · 2e83a1c9
      wxchan authored
      * fix model feature importance
      
      * fix appveryor test
      
      * Revert "fix appveryor test"
      
      This reverts commit 3a10a1723df5b8579e345d0da07638186257ec64.
      
      * fix warning & boost_from_average_
      
      * fix bug
      
      * alter num_used_model
      2e83a1c9
    • Guolin Ke's avatar
      Update gbdt.cpp · 399710ac
      Guolin Ke authored
      399710ac
  18. 30 Jul, 2017 1 commit
    • Guolin Ke's avatar
      Better missing value handle (#747) · 00cb04a2
      Guolin Ke authored
      * finish the data loading part
      
      * allow prediction.
      
      * fix bug for decision type.
      
      * finish split finding part
      
      * fix bugs.
      
      * bug fixed. add a test .
      
      * fix pep8 .
      
      * update documents.
      
      * fix test bugs.
      
      * fix a format
      
      * fix import error in python test.
      
      * disable missing handle in categorial features.
      
      * fix a bug.
      
      * add more tests.
      
      * fix pep8
      
      * fix bugs.
      
      * remove the missing handle code for categorical feature.
      00cb04a2
  19. 28 Jul, 2017 1 commit
    • olofer's avatar
      Customized average fixes (nullptr and network) (#739) · eb52262b
      olofer authored
      * Created objectives and metrics xentropy and xentropy1
      
      * Some coment and code cleanup.
      
      * Added Kullback-Leibler version of metric. Changed some warning messages.
      
      * Fixed sign error in KL-divergence calc.
      
      * Removed __PRETTY_FUNCTION__.
      
      * Fixed better name for alternative xentropy parameterization.
      Documented details on the objectives / metrics in code comments.
      
      * Common code for label interval checks. Cleanups.
      
      * Use common utility for various weight property checks.
      
      * Added code for customizable initial average to boost from.
      
      * Fixed spelling error in aliases.
      
      * Fixed nullptr check error in custom average.
      
      * Added network code for customized init score.
      
      * Restructured so that "standard" and "custom" init auto scores share aux.
      function.
      
      * Updated name for aux. automatic initial score fetcher.
      eb52262b
  20. 27 Jul, 2017 1 commit
    • olofer's avatar
      Added method for customizable "boost-from-average" (#731) · a3c63ff7
      olofer authored
      * Created objectives and metrics xentropy and xentropy1
      
      * Some coment and code cleanup.
      
      * Added Kullback-Leibler version of metric. Changed some warning messages.
      
      * Fixed sign error in KL-divergence calc.
      
      * Removed __PRETTY_FUNCTION__.
      
      * Fixed better name for alternative xentropy parameterization.
      Documented details on the objectives / metrics in code comments.
      
      * Common code for label interval checks. Cleanups.
      
      * Use common utility for various weight property checks.
      
      * Added code for customizable initial average to boost from.
      
      * Fixed spelling error in aliases.
      a3c63ff7
  21. 11 Jul, 2017 1 commit
  22. 04 Jul, 2017 1 commit
  23. 20 Jun, 2017 1 commit
  24. 17 Jun, 2017 1 commit
  25. 07 Jun, 2017 1 commit
  26. 06 Jun, 2017 1 commit
  27. 30 May, 2017 2 commits
  28. 29 May, 2017 1 commit
    • cbecker's avatar
      Add prediction early stopping (#550) · 993bbd5f
      cbecker authored
      * Add early stopping for prediction
      
      * Fix GBDT if-else prediction with early stopping
      
      * Small C++ embelishments to early stopping API and functions
      
      * Fix early stopping efficiency issue by creating a singleton for no early stopping
      
      * Python improvements to early stopping API
      
      * Add assertion check for binary and multiclass prediction score length
      
      * Update vcxproj and vcxproj.filters with new early stopping files
      
      * Remove inline from PredictRaw(), the linker was not able to find it otherwise
      993bbd5f
  29. 20 May, 2017 1 commit
  30. 15 May, 2017 1 commit
  31. 02 May, 2017 2 commits