1 write to NumModels
Microsoft.ML.Ensemble (1)
Trainer\EnsembleTrainerBase.cs (1)
87
NumModels
= Args.NumModels ??
4 references to NumModels
Microsoft.ML.Ensemble (4)
Trainer\EnsembleTrainerBase.cs (4)
90
ch.CheckUserArg(
NumModels
> 0, nameof(Args.NumModels), "Must be positive, or null to indicate numModels is the number of base predictors");
92
if (Utils.Size(predictorFactories) >
NumModels
)
97
Trainers = new ITrainerEstimator<ISingleFeaturePredictionTransformer<IPredictorProducing<TOutput>>, IPredictorProducing<TOutput>>[
NumModels
];
139
_subsetSelector.Initialize(data,
NumModels
, Args.BatchSize, validationDataSetProportion);