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