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 […]

Getting Started with Python Integration to SAS Viya for Predictive Modeling – Fitting a Linear Regression was published on SAS Users.

New SAS Training Course: Statistics You Need to Know for Machine Learning

Developing an accurate understanding of statistics will help you build robust machine learning models that are optimized for a given business problem. SAS launched a new course that provides a comprehensive overview of the fundamentals of statistics that you’ll need to start your data science journey. This course is also a prerequisite to many courses in the SAS data science curriculum.

New SAS Training Course: Statistics You Need to Know for Machine Learning was published on SAS Users.

Getting Started with Python Integration to SAS Viya for Predictive Modeling – Creating Training and Validation Data Sets

Learn how to split your data into a training and validation data set to be used for modeling. In part 3 of this series, we replaced the missing values with imputed values. Our final step in preparing the data for modeling is to split the data into a training and […]

Getting Started with Python Integration to SAS Viya for Predictive Modeling – Creating Training and Validation Data Sets was published on SAS Users.