Category: SAS

Reinforcement Learning in Minesweeper using SAS and OpenAI

Hi! I’m Daniel, a technical intern at SAS and a student at North Carolina State University. Reinforcement learning is an exciting strategy that is versatile and broadly useful in the fields of data science and machine learning. I implemented an intelligent Minesweeper-playing model using SAS reinforcement learning, and this article […]

Reinforcement Learning in Minesweeper using SAS and OpenAI was published on SAS Users.

Getting Started with Python Integration to SAS® Viya® – Part 18 – Update rows in a table

Welcome to the continuation of my series Getting Started with Python Integration to SAS Viya. In this post I’ll discuss how to update rows in a distributed CAS table. Load and prepare data in the CAS server I created a script to load and prepare data in the CAS server. This […]

Getting Started with Python Integration to SAS® Viya® – Part 18 – Update rows in a table was published on SAS Users.

Getting Started with Python Integration to SAS® Viya® – Part 17 – Saving CAS tables

Welcome to the continuation of my series Getting Started with Python Integration to SAS Viya. In this post I’ll discuss saving CAS tables to a caslib’s data source as a file. This is similar to saving pandas DataFrames using to_ methods. Load and preview the CAS table First, I imported the […]

Getting Started with Python Integration to SAS® Viya® – Part 17 – Saving CAS tables was published on SAS Users.

Getting Started with Python Integration to SAS Viya for Predictive Modeling – Working with Dates

In part 1 of this series, we examined our data before building any models. Among the discoveries was a column that seemed to contain a SAS date value. Here, we will discuss what exactly is meant by a ‘SAS date’, how to format it correctly, and how to create a […]

Getting Started with Python Integration to SAS Viya for Predictive Modeling – Working with Dates was published on SAS Users.

Getting Started with Python Integration to SAS® Viya® – Part 16 – Execute SQL

Welcome to the continuation of my series Getting Started with Python Integration to SAS Viya. In this post I’ll discuss how to execute SQL with the Python SWAT package in the distributed CAS server. Prepare and load data to the CAS server I created a Python function named createDemoData to prepare […]

Getting Started with Python Integration to SAS® Viya® – Part 16 – Execute SQL was published on SAS Users.