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