Getting Started with Python Integration to SAS® Viya® – Part 3 – Loading a CAS Action Set

Are you looking for a specific CAS action to use in your project? Maybe you need to create a linear or logistic regression and can’t seem to find the CAS action? In this post in the Getting Started with Python Integration to SAS® Viya® series, we are going to look […]

Getting Started with Python Integration to SAS® Viya® – Part 3 – Loading a CAS Action Set was published on SAS Users.

Multi-way lookup tables

A lookup table is a programming technique where one or more values can be used to retrieve another value. For example, many years ago, I had benzene exposure estimates for 10 years (1940 to 1949) for each of five locations in a factory. Given a year and a job location, […]

Multi-way lookup tables was published on SAS Users.

Getting Started with Python Integration to SAS® Viya® – Part 2 – Working with CAS Actions and CASResults Objects

In the second post of the Getting Started with Python Integration to SAS® Viya® series we will learn about Working with CAS Actions and CASResults Objects. CAS actions are commands sent to the CAS server to run a task, and CASResults objects contain information returned from the CAS server. This […]

Getting Started with Python Integration to SAS® Viya® – Part 2 – Working with CAS Actions and CASResults Objects was published on SAS Users.