Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ GetFeatureSetCount
Method
GetFeatureSetCount
catboost/libs/train_lib/eval_feature.cpp:123–125 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
121
122
123
size_t TFeatureEvaluationSummary::GetFeatureSetCount() const {
124
return Max<size_t>(1, FeatureSets.size());
125
}
126
127
128
void TFeatureEvaluationSummary::AppendFeatureSetMetrics(
Callers
1
ToString
Function · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected