Machine Learning -Part V – Convert the Machine Learning Model as a Web Service

Sathish Nadarajan
 
Solution Architect
February 6, 2018
 
Rate this article
 
Views
2277

 

In the earlier articles, we saw how to create the Machine Learning Model using Azure ML Studio. Now, let us see how to convert this as a Web Service and Consume from client Application.

On the bottom of the Studio, there is an option, “Setup web service”

clip_image002

Click on the Predictive Web Service.

Azure ML Studio will do the transformation for us and our service is ready for deployment. Now, let us deploy the Web Service from the Studio by clicking on the “Deploy Web Service”

clip_image004

On the successful deployment, the below screen will appear.

clip_image006

We can test the API from this portal by clicking the Test button.

By giving the input parameters, we can predict the Price as output.

clip_image008

Now, let us see, how to consume the web service from our application.

From the below screen, click on the WebService information hyper link.

clip_image010

It will redirect to the Web Service default information page.

clip_image012

On the top, click on the Consume Tab. There we can find the basic information about the Web Service and even the sample code itself to

clip_image014

Hope the series helps to get started with the ML Studio and a brief description about the Machine Learning.

Happy Coding,

Sathish Nadarajan.

Author Info

Sathish Nadarajan
 
Solution Architect
 
Rate this article
 
Sathish is a Microsoft MVP for SharePoint (Office Servers and Services) having 15+ years of experience in Microsoft Technologies. He holds a Masters Degree in Computer Aided Design and Business ...read more
 

Leave a comment