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

Function ShouldCalcErrorTrackerMetric

catboost/libs/train_lib/train_model.cpp:243–245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

241}
242
243static bool ShouldCalcErrorTrackerMetric(ui32 iter, const TMetricsData& metricsData, const TLearnContext& ctx) {
244 return ShouldCalcAllMetrics(iter, metricsData, ctx) || metricsData.CalcEvalMetricOnEveryIteration;
245}
246
247// Write history metrics to loggers, error trackers and get info from per iteration metric based callback.
248static void ProcessHistoryMetrics(

Callers 3

ProcessHistoryMetricsFunction · 0.85
CalcErrorsFunction · 0.85
TrainFunction · 0.85

Calls 1

ShouldCalcAllMetricsFunction · 0.85

Tested by

no test coverage detected