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

Function BuildErrorTracker

catboost/private/libs/algo/train.cpp:26–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24
25
26TErrorTracker BuildErrorTracker(
27 EMetricBestValue bestValueType,
28 double bestPossibleValue,
29 bool hasTest,
30 const TLearnContext& ctx
31) {
32 const auto& odOptions = ctx.Params.BoostingOptions->OverfittingDetector;
33 return CreateErrorTracker(odOptions, bestPossibleValue, bestValueType, hasTest);
34}
35
36static void UpdateLearningFold(
37 const NCB::TTrainingDataProviders& data,

Callers 1

Calls 1

CreateErrorTrackerFunction · 0.50

Tested by

no test coverage detected