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.
cc: @eerhardt @ganik
Related to microsoft/NimbusML#201
The new
TransformerChainmodel format cannot be used to score a dataset in NimbusML. This is because this model format cannot be loaded byTransformModelImpl, which is a field ofPredictorModelImpl, which in turn is used in constructing the inputs for the entry point graph passed by NimbusML.cc: @eerhardt @ganik