MCPcopy Create free account
hub / github.com/catboost/catboost / LogThatStoppingOccured

Function LogThatStoppingOccured

catboost/libs/train_lib/train_model.cpp:344–347  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

342}
343
344static void LogThatStoppingOccured(const TErrorTracker& errorTracker) {
345 CATBOOST_NOTICE_LOG << "Stopped by overfitting detector "
346 << " (" << errorTracker.GetOverfittingDetectorIterationsWait() << " iterations wait)" << Endl;
347}
348
349static void CalcErrors(
350 const TTrainingDataProviders& data,

Callers 1

TrainFunction · 0.85

Tested by

no test coverage detected