3 references to BatchSize
Microsoft.ML.Ensemble (3)
Trainer\EnsembleTrainerBase.cs (3)
130ch.CheckUserArg(stackingTrainer == null || Args.BatchSize <= 0, nameof(Args.BatchSize), "Stacking works only with Non-batch mode"); 139_subsetSelector.Initialize(data, NumModels, Args.BatchSize, validationDataSetProportion);