I built a ML training pipeline in which I used ohe=OneHotEncoding() for the training data. Now I want to transform the inference data using the same ohe object. How can I make this ohe object available in my inference job? I am using Azure ML SDK v2.
I am trying to find out ways to make sure that the ohe object is available in the Inference Deployment , but cant find out anything.