Consume scoreing api in excel

Steve Kruse 31 Reputation points
2021-01-19T16:29:14.767+00:00

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
Azure Machine Learning
An Azure machine learning service for building and deploying models.
3,333 questions
0 comments No comments
{count} vote

Accepted answer
  1. Ramr-msft 17,826 Reputation points
    2021-01-20T12:52:45.4+00:00

    @Anonymous 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.

    1 person found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. Ivan Casana-Gallen 26 Reputation points
    2022-04-29T16:09:45.88+00:00

    @Anonymous @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

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.