SAS Users
Providing technical tips and support information, written for and by SAS users.
Getting Started with Python Integration to SAS Viya for Predictive Modeling - Fitting a Logistic Regression
Learn how to fit a logistic regression and use your model to score new data. In part 4 of this series, we created and saved our modeling data set with all our updates from imputing missing values and assigning rows to training and validation data. Now we will use this
Using the BXOR Function to Encode and Decode Text
SAS expert Ron Cody recently published a fiction novel, The Enigma Terrorists, in which SAS code plays a key role.
Getting Started with Python Integration to SAS Viya for Predictive Modeling - Fitting a Linear Regression
Learn how to fit a linear regression and use your model to score new data. In part 4 of this series, we created our modeling dataset by including a column to identify the rows to be used for training and validating our model. Here, we will create our first model