BookmarkSubscribeRSS Feed

How to execute a SAS analytical model published to MAS with Python Code

Started ‎12-12-2018 by
Modified ‎03-28-2019 by
Views 4,870

This article is a 2nd follow up on a question from an article I published a few weeks ago and where I discussed how to deploy a SAS analytical model to MAS and execute it through REST API calls.  Question came how to execute same scoring model through Python code. 

Independent form where you make a SAS Viya API call, you need to obtain an access token:

 

1.png

 

As we know the name of our model we can find name, id… of the publsihed MAS model.  With the found model ID I can retrieve input and output variables.

 

2.png

4.png3.png

 

With that you have the necessary information to run the scoring step:

 

5.png

 

 

Version history
Last update:
‎03-28-2019 02:18 PM
Updated by:
Contributors

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

Free course: Data Literacy Essentials

Data Literacy is for all, even absolute beginners. Jump on board with this free e-learning  and boost your career prospects.

Get Started

Article Tags