"git@developer.sourcefind.cn:tianlh/lightgbm-dcu.git" did not exist on "2b74e9fe6834c6bb6146e4fc776f0e1afeaca738"
  1. 13 Apr, 2019 1 commit
  2. 11 Apr, 2019 1 commit
  3. 02 Feb, 2019 1 commit
  4. 30 May, 2017 2 commits
  5. 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