4 references to ExceptNotImpl
Microsoft.ML.Data (3)
EntryPoints\EntryPointNode.cs (2)
874
throw _host.
ExceptNotImpl
("Dictionary variable binding is not currently supported");
878
throw _host.
ExceptNotImpl
("Unsupported ParameterBinding");
Transforms\TransformBase.cs (1)
807
throw Host.
ExceptNotImpl
("Data view indicated it could transpose a column, but apparently it could not");
Microsoft.ML.StandardTrainers (1)
Standard\LinearModelParameters.cs (1)
594
throw Host.
ExceptNotImpl
("Saving calibrators is not implemented yet.");