Closed
Description
Related to microsoft/NimbusML#201
The new TransformerChain
model format cannot be used to score a dataset in NimbusML. This is because this model format cannot be loaded by TransformModelImpl
, which is a field of PredictorModelImpl
, which in turn is used in constructing the inputs for the entry point graph passed by NimbusML.