SAS Users
Providing technical tips and support information, written for and by SAS users.
How many people does it take to publish a book?
The next time you pick up a book, you might want to pause and think about the work that has gone into producing it – and not just from the authors.
Machine Learning with SASPy: Exploring and Preparing your data - Part 3
Parts 1 and 2 of this blog post discussed exploring and preparing your data using SASPy. To recap, Part 1 discussed how to explore data using the SASPy interface with Python. Part 2 continued with an explanation of how to prepare your data to use it with a machine-learning model.
Adding SAS® procedures to the SASPy interface to Python
Bringing the power of SAS to your Python scripts can be a game changer. An easy way to do that is by using SASPy, a Python interface to SAS allowing Python developers to use SAS® procedures within Python. However, not all SAS procedures are included in the SASPy library. So,