1. 17 Oct, 2017 1 commit
    • ww's avatar
      Use feature name in prediction (#988) · afe63f1a
      ww authored
      * add feature
      
      * add label idx move func to .cpp file
      
      * fix
      
      * move func to predictor
      
      * restore files
      
      * fix by commits
      
      * move the non-used features to the end of the feature vector
      
      * fix by commits
      
      * fix bug by commits
      afe63f1a
  2. 18 Aug, 2017 1 commit
  3. 28 Jul, 2017 1 commit
  4. 07 Jun, 2017 1 commit
  5. 30 May, 2017 1 commit
    • Guolin Ke's avatar
      Support early stopping of prediction in CLI (#565) · 6d4c7b03
      Guolin Ke authored
      * fix multi-threading.
      
      * fix name style.
      
      * support in CLI version.
      
      * remove warnings.
      
      * Not default parameters.
      
      * fix if...else... .
      
      * fix bug.
      
      * fix warning.
      
      * refine c_api.
      
      * fix R-package.
      
      * fix R's warning.
      
      * fix tests.
      
      * fix pep8 .
      6d4c7b03
  6. 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
  7. 20 May, 2017 1 commit
  8. 01 May, 2017 1 commit
  9. 13 Apr, 2017 1 commit
    • 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
  10. 10 Apr, 2017 1 commit
    • Guolin Ke's avatar
      refine prediction logic. (#395) · 71660f1c
      Guolin Ke authored
      * refine prediction logic.
      
      * fix test.
      
      * fix out_len in training score of Dart.
      
      * improve predict speed for high dimension data.
      71660f1c
  11. 28 Mar, 2017 1 commit
  12. 01 Mar, 2017 1 commit
  13. 12 Jan, 2017 1 commit
  14. 05 Dec, 2016 1 commit
  15. 18 Nov, 2016 1 commit
    • Guolin Ke's avatar
      Refactor for RAII (#86) · 5442ed78
      Guolin Ke authored
      * RAII for utils, application and c_api(partical)
      
      * raii for class in include folder
      
      * raii for application and boosting
      
      * raii for dataset and dataset loader
      
      * raii for dense bin and parser
      
      * RAII refactor for almost all classes
      
      * RAII for c_api
      
      * clean code
      
      * refine repeated code
      
      * Decouple the "sigmoid" between objective and boosting.
      
      * change std::vector<bool> back to std::vector<char> due to concurrence problem
      
      * slight reduce some memory cost
      5442ed78
  16. 07 Nov, 2016 3 commits
  17. 03 Nov, 2016 3 commits
  18. 02 Nov, 2016 1 commit
  19. 01 Nov, 2016 1 commit
  20. 31 Oct, 2016 1 commit
  21. 28 Oct, 2016 1 commit
  22. 24 Oct, 2016 1 commit
  23. 23 Oct, 2016 1 commit
    • wxchan's avatar
      add predict_leaf_index option (#30) · 9fe0dea3
      wxchan authored
      * a python regression example
      
      * add early-stopping
      
      * fix bugs
      
      * remove not needed files
      
      * update easy-stopping; fix warnings; add alias
      
      * add comments; remove useless line
      
      * change code order
      
      * change Print to PrintAndGetLoss: return loss
      
      * change comment; add bracket
      
      * change return type of PredictLeafIndex in boosting.h
      
      * move string cast into lambda function
      
      * move if-then outside predict_fun
      9fe0dea3
  24. 21 Oct, 2016 3 commits
  25. 19 Oct, 2016 1 commit
  26. 18 Oct, 2016 1 commit
  27. 08 Aug, 2016 1 commit
  28. 05 Aug, 2016 1 commit