Tag: Tech

Adjusting outliers with the 1.5 IQR rule

In my new book, End-to-End Data Science with SAS: A Hands-On Programming Guide, I use the 1.5 IQR rule to adjust multiple variables.  This program utilizes a macro that loops through a list of variables to make the necessary adjustments and creates an output data set. One of the most […]

Adjusting outliers with the 1.5 IQR rule was published on SAS Users.

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.

How to improve recommendation engines with real-time context and business rules

Nowadays, recommendation engines can be found just about everywhere from news websites to e-commerce sites to online streaming services. However, customers frequently encounter recommendations that are inappropriate or repetitive.

How to improve recommendation engines with real-time context and business rules 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.

Getting Started with Python Integration to SAS® Viya® – Index

Index of articles on Getting Started with Python Integration to SAS® Viya®. Part 1 – Making a Connection Part 2 – Working with CAS Actions and CASResults Objects Part 3 – Loading a CAS Action Set Part 4 – Exploring Caslibs Part 5 – Uploading Data into CAS Part 6 […]

Getting Started with Python Integration to SAS® Viya® – Index was published on SAS Users.

How to access Federal Reserve Economic Data (FRED) with SASEFRED in SAS/ETS® software

SAS Public Sector’s Elena Shtern is your guide as you extract data from the Federal Reserve Economic Data site using the SASEFRED interface engine, part of SAS/ETS® software.

How to access Federal Reserve Economic Data (FRED) with SASEFRED in SAS/ETS® software was published on SAS Users.