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