3 references to ExceptUserArg
Microsoft.ML.Core (1)
Utilities\Contracts.cs (1)
511
throw
ExceptUserArg
(ctx, name);
Microsoft.ML.Transforms (2)
OneHotEncoding.cs (1)
292
throw _host.
ExceptUserArg
(nameof(column.OutputKind));
OneHotHashEncoding.cs (1)
340
throw _host.
ExceptUserArg
(nameof(column.OutputKind));