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