6 references to ExceptUserArg
Microsoft.ML.Core (1)
Utilities\Stream.cs (1)
866
throw Contracts.
ExceptUserArg
(userArgument, "Cannot find directory '{0}'.", dir);
Microsoft.ML.Data (4)
DataLoadSave\Database\DatabaseLoader.cs (1)
436
Contracts.
ExceptUserArg
(nameof(Column.Source), "Intervals specified for column '{0}' overlap", name) :
DataLoadSave\Text\TextLoader.cs (1)
653
Contracts.
ExceptUserArg
(nameof(Column.Source), "Intervals specified for column '{0}' overlap", name) :
Scorers\QuantileRegressionScorer.cs (1)
61
throw Contracts.
ExceptUserArg
(nameof(Arguments.Quantiles), "Cannot parse quantile '{0}' as double.", v);
Transforms\ColumnBindingsBase.cs (1)
335
Contracts.
ExceptUserArg
(standardColumnArgName, "New column '{0}' specified multiple times", name) :
Microsoft.ML.FastTree (1)
RandomForestRegression.cs (1)
556
throw Contracts.
ExceptUserArg
(nameof(options.ShuffleLabels),