1 write to Label
Microsoft.ML.AutoML (1)
ColumnInference\ColumnInferenceApi.cs (1)
147
Label
= label
2 references to Label
Microsoft.ML.AutoML (2)
ColumnInference\ColumnTypeInference.cs (2)
394
labelColumn = cols.FirstOrDefault(c => c.Name == args.
Label
);
397
throw new ArgumentException($"Specified label column '{args.
Label
}' was not found.");