SOUNDEX (Sound Alike)Ignore case, embedded blanks and punctuations; works best with English-sounding names;Example:WHERE varx = * “Michael”;SPEDIS (Spelling Distance)Translating a keyword into a query containing the smallest value distance;Example:Sped…
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.
Partition your CAS tables to greatly improve performance
Kevin Russell of SAS Technical Support shows you how partitioning CAS tables speeds processing.
Partition your CAS tables to greatly improve performance 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.