I've used Azure AutoML to build and train a classification model. However, instead of deploying the model to a web service or real-time endpoint, I'd like to be able to download the model and run it on my local machine.
I've attempted to follow https://learn.microsoft.com/en-us/azure/machine-learning/v1/how-to-deploy-local, however it's quite vague and I'm a beginner to using ML models so got stuck quite quickly.