azureazure-machine-learning-serviceml-studio

How to execute multiple rows in web service Azure Machine Learning Studio


I create a model in Azure ML studio. I deployed the web service.

Now, I know how to check one record at a time, but how can I load a csv file and made the algorithm go through all records ?

enter image description here

If I click on Batch Execution - it will ask me to create an account for Azure storage.

Is any way to execute multiple records from csv file without creating any other accounts?

enter image description here


Solution

  • Yes, there is a way and it is simple. What you need is an excel add-in. You need not create any other account.

    You can either read Excel Add-in for Azure Machine Learning web services doc or you can watch Azure ML Excel Add-in video.

    If you search for videos on excel add in for azure ml, you get other useful videos too.

    I hope this is the solution you are looking for.