2 references to TrainModelCore
Microsoft.ML.Data (2)
Training\TrainerEstimatorBase.cs (2)
100
var pred =
TrainModelCore
(context) as IPredictor;
157
var pred =
TrainModelCore
(new TrainContext(trainRoleMapped, validRoleMapped, null, initPredictor));