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