1 implementation of Train
Microsoft.ML.Ensemble (1)
OutputCombiners\BaseStacking.cs (1)
123
public void
Train
(List<FeatureSubsetModel<TOutput>> models, RoleMappedData data, IHostEnvironment env)
1 reference to Train
Microsoft.ML.Ensemble (1)
Trainer\EnsembleTrainerBase.cs (1)
182
stackingTrainer.
Train
(modelsList, _subsetSelector.GetTestData(null, batch), Host);