• 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
test_engine.py 14.3 KB