4 references to KeyColumn
Microsoft.ML.Data (4)
Transforms\ValueMapping.cs (4)
607
env.CheckValueOrNull(options.
KeyColumn
);
610
var keyColumnName = (string.IsNullOrEmpty(options.
KeyColumn
)) ? DefaultKeyColumnName : options.
KeyColumn
;
993
throw host.ExceptUserArg(nameof(Options.
KeyColumn
), $"Key column not found: '{keyColumn}'");