Hi, I want to deploy my machine learning model made using python in jupyter notebook, I have saved model using python pickle, and final model is saved as model.pkl
Now, I want to use this model in nodeRed which is hosted on IBM Cloud. Can anyone tell how to use this trained model in nodeRed and make predictions. I don't want to use IBM Machine Learning service as this provides only 5000 predictions with lite account?
I have seen Predictor node in nodeRed machine learning package, but it asks for path to trained model and model name, so if I can use that, kindly tell if this node accepts .pkl type saved model and if yes, where to store model in IBM Cloud so that predictor node can access the model.