I have setup a ML model in Azure ML studio and I am able to use the ML Studio's Web API to obtain predictions.
The key challenge with keeping the model hosted within Azure ML Studio is client computer's internet dependency and latency associated with each prediction.
I wanted to understand if there was any way to download a model created in Azure ML studio and consume it locally(say using a local .Net application).
This question was asked few years back, some people believed it was possible but without much details.
When a model has been trained, I do see the option of 'Save as Trained Model' as shown in the snapshot but I am not sure how this could eventually be downloaded to a local computer and consumed locally
Looking forward to hearing potential solutions.