问题
I have created two models in azure ml studio and i want to download those models.
Is it possible to download train and score models from azure ml studio?
回答1:
Models can be trained, scored, saved, and run in AzureML studio, but can't downloaded to your local machine. There's no way to do anything with a model outside of AzureML.
回答2:
It is actually possible. First, transform your experiment as a retraining web-service, then download (right-click on the module) the output of the web-service module that is connected to the "train model" module.
来源:https://stackoverflow.com/questions/41236871/how-to-download-the-trained-models-from-azure-machine-studio