"vscode:/vscode.git/clone" did not exist on "19e085c9925ac039cf2ce17649013b1ef69385ee"
Add prediction early stopping (#550)
* 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
Showing
Please register or sign in to comment