Hi there, I have just started with Azure ML, I don't have a data science background, and I'm having the time of my life using it. I'm really amazed by how a simpleton like me can actually build something meaningful with it :)
I wonder if it's possible to either pass a variable via a webservice to a R script module or to dynamically load a model depending on a variable.
The use case is that I'm training a few models on some stock datasets using the forecast library. And since each ticket would have a different model, I'm trying to figure out a way to load the model depending on a key value (symbol) for instance.
Is it possible to train several models and choose them during runtime?
Regards