| 1364 | } |
| 1365 | |
| 1366 | TVector<size_t> GetModelEmbeddingFeaturesIndices(const TFullModel& model) { |
| 1367 | return MakeIndicesVector(model.ModelTrees->GetEmbeddingFeatures()); |
| 1368 | } |
| 1369 | |
| 1370 | void SetModelExternalFeatureNames(const TVector<TString>& featureNames, TFullModel* model) { |
| 1371 | model->ModelTrees.GetMutable()->ApplyFeatureNames(featureNames); |
no test coverage detected