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

Function IsObjectwiseEval

catboost/libs/train_lib/eval_feature.cpp:358–360  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

356
357
358static bool IsObjectwiseEval(const NCatboostOptions::TFeatureEvalOptions& featureEvalOptions) {
359 return featureEvalOptions.FoldSizeUnit.Get() == ESamplingUnit::Object;
360}
361
362static ui64 FindQuantileTimestamp(TConstArrayRef<TGroupId> groupIds, TConstArrayRef<ui64> timestamps, double quantile) {
363 TVector<ui64> groupTimestamps;

Callers 4

PrepareTimeSplitFoldsFunction · 0.85
PrepareFoldsFunction · 0.85
CountDisjointFoldsFunction · 0.85
EvaluateFeaturesFunction · 0.85

Calls 1

GetMethod · 0.45

Tested by

no test coverage detected