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