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

Function GetTrainingCount

catboost/libs/train_lib/eval_feature.cpp:828–831  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

826
827
828static ui32 GetTrainingCount(const NCatboostOptions::TFeatureEvalOptions& featureEvalOptions) {
829 const ui32 foldCount = featureEvalOptions.FoldCount;
830 return foldCount * GetTrainingCountPerFold(featureEvalOptions);
831}
832
833static void EvaluateFeaturesImpl(
834 const NCatboostOptions::TCatBoostOptions& catBoostOptions,

Callers 1

EvaluateFeaturesFunction · 0.85

Calls 1

GetTrainingCountPerFoldFunction · 0.85

Tested by

no test coverage detected