1 implementation of Prune
Microsoft.ML.Ensemble (1)
Selector\SubModelSelector\BaseSubModelSelector.cs (1)
52
public virtual IList<FeatureSubsetModel<TOutput>>
Prune
(IList<FeatureSubsetModel<TOutput>> models)
1 reference to Prune
Microsoft.ML.Ensemble (1)
Trainer\EnsembleTrainerBase.cs (1)
179
modelsList = SubModelSelector.
Prune
(modelsList).ToList();