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