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

Function SetModelExternalFeatureNames

catboost/libs/model/model.cpp:1370–1372  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1368}
1369
1370void SetModelExternalFeatureNames(const TVector<TString>& featureNames, TFullModel* model) {
1371 model->ModelTrees.GetMutable()->ApplyFeatureNames(featureNames);
1372}
1373
1374static TMaybe<NCatboostOptions::TLossDescription> GetLossDescription(const TFullModel& model) {
1375 TMaybe<NCatboostOptions::TLossDescription> lossDescription;

Callers

nothing calls this directly

Calls 2

ApplyFeatureNamesMethod · 0.80
GetMutableMethod · 0.80

Tested by

no test coverage detected