1 write to Host
Microsoft.ML.Data (1)
Training\TrainerEstimatorBase.cs (1)
64Host = host;
11 references to Host
Microsoft.ML.Data (11)
Training\TrainerEstimatorBase.cs (11)
65Host.CheckParam(feature.IsValid, nameof(feature), "not initialized properly"); 81Host.CheckValue(inputSchema, nameof(inputSchema)); 99Host.CheckValue(context, nameof(context)); 101Host.Check(pred != null, "Training did not return a predictor."); 109throw Host.ExceptSchemaMismatch(nameof(inputSchema), "feature", FeatureColumn.Name); 111throw Host.ExceptSchemaMismatch(nameof(inputSchema), "feature", FeatureColumn.Name, 117throw Host.ExceptSchemaMismatch(nameof(inputSchema), "weight", WeightColumn.Name); 119throw Host.ExceptSchemaMismatch(nameof(inputSchema), "weight", WeightColumn.Name, 128throw Host.ExceptSchemaMismatch(nameof(inputSchema), "label", LabelColumn.Name); 136Host.Assert(LabelColumn.IsValid); 139throw Host.ExceptSchemaMismatch(nameof(labelCol), "label", LabelColumn.Name,