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