question

steves-4330 avatar image
1 Vote"
steves-4330 asked IvanCasanaGallen-3736 answered

Consume scoreing api in excel

I created a new azure automl experiment and deployed it to an endpoint and can access the scoring URI via postman but how do I consume it in excel? Classic ml studio had the excel addin you can use but I don't see the same for URIs created and deployed from an automl experiment.


This Microsoft Developer video has a demo of exactly what I'm looking to do around the 32 min mark.
https://youtu.be/9FGuf55_Xtk?t=1915


azure-machine-learning
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

ramr-msft avatar image
1 Vote"
ramr-msft answered ramr-msft commented

@steves-4330 Thanks for the question, Have a look here:
https://github.com/retkowsky/AzureML_Excel

There is an Excel macro in the Excel file that call an Azure ML service deployed model.
There is a quick description of the process in the Word document available in this repo.
You can find here as well the Python notebook for creating & deploying the model. No autoML in it but not a big deal to adapt.

Please try the Consume web services portion Azure ML documentation? That could help you get started.



· 2
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Thanks I was able to modify that macro to fit my models endpoint requirements. Hope we get another add in like ML classic studio had.

To make the macro work for my needs i had to edit the body that creates the JSON to send in the post and also the ret to return just the data i wanted in the return.

1 Vote 1 ·

@steves-4330 Thanks for the update.

0 Votes 0 ·
IvanCasanaGallen-3736 avatar image
0 Votes"
IvanCasanaGallen-3736 answered

@steves-4330 @ramr-msft

Hi Steve did it work for you? I love this "new" Azure ML studio but its integration with Excel is not good. Microsoft seems to nudge us into Power BI.

Also it would be good to see some examples of web services that work with an Azure Machine Learning model rest endpoint. I would like to see practical examples.

Thank you

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.