I'm trying to load a trained model from the trained models tab in Azure ML studio into another experiment. According to the docs its possible to do as follows:
Add the Load Trained Model module to your experiment. For Data source, indicate the location of the trained model, using one of the following options: Select Web URL via HTTP and then type the URL. The URL should point to the experiment and the file representing the trained model. In Azure Machine Learning, trained models are by default saved in the iLearner format.
However, does anyone know what URL I would use for models saved in my workspace? Where is the file representing the model hosted?