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,311

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-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

Register now!

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