13 references to ExceptNotSupp
Microsoft.ML.Core.Tests (1)
UnitTests\TestContracts.cs (1)
38
throw ectx.
ExceptNotSupp
("Oops!");
Microsoft.ML.Data (3)
DataView\LambdaColumnMapper.cs (1)
145
throw Host.
ExceptNotSupp
("Shouldn't serialize this");
DataView\LambdaFilter.cs (1)
101
throw Host.
ExceptNotSupp
("Shouldn't serialize this");
Transforms\LabelIndicatorTransform.cs (1)
226
throw Host.
ExceptNotSupp
($"Label column type is not supported for binary remapping: {info.TypeSrc}. Supported types: key, float, double.");
Microsoft.ML.EntryPoints (2)
JsonUtils\ExecuteGraphCommand.cs (1)
144
throw _host.
ExceptNotSupp
("File handle outputs not yet supported.");
JsonUtils\JsonManifestUtils.cs (1)
435
throw ectx.
ExceptNotSupp
("Dictionary and component default values are not supported");
Microsoft.ML.Mkl.Components (3)
ComputeLRTrainingStdThroughHal.cs (1)
53
throw ch.
ExceptNotSupp
("The MKL library (MklImports.dll) or one of its dependencies is missing.");
OlsLinearRegression.cs (2)
294
throw ch.
ExceptNotSupp
("The MKL library (libMklImports) or one of its dependencies is missing.");
397
throw ch.
ExceptNotSupp
("The MKL library (libMklImports) or one of its dependencies is missing.");
Microsoft.ML.Parquet (1)
ParquetLoader.cs (1)
304
throw _host.
ExceptNotSupp
("Encountered unknown Parquet field type(Currently recognizes data, map, list, and struct).");
Microsoft.ML.StandardTrainers (2)
Standard\MulticlassClassification\OneVersusAllTrainer.cs (1)
204
throw Host.
ExceptNotSupp
($"Label column type is not supported by OneVersusAllTrainer: {label.Type.RawType}");
Standard\MulticlassClassification\PairwiseCouplingTrainer.cs (1)
178
throw Host.
ExceptNotSupp
($"Label column type is not supported by nameof(PairwiseCouplingTrainer): {label.Type.RawType}");
Microsoft.ML.Vision (1)
DnnRetrainTransform.cs (1)
181
throw env.
ExceptNotSupp
("TensorFlowTransform: Re-Training of TensorFlow model is only supported for un-frozen model.");