0

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

Serdia
  • 4,242
  • 22
  • 86
  • 159

1 Answers1

1

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.

Shridhar R Kulkarni
  • 6,653
  • 3
  • 37
  • 57