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