https://github.com/sassoftware/sas-viya-programming
Code samples and materials to help you learn to access SAS Viya services by writing programs in Python and other open-source languages.
https://github.com/sassoftware/sas-viya-programming
Last synced: about 1 year ago
JSON representation
Code samples and materials to help you learn to access SAS Viya services by writing programs in Python and other open-source languages.
- Host: GitHub
- URL: https://github.com/sassoftware/sas-viya-programming
- Owner: sassoftware
- License: apache-2.0
- Created: 2016-06-27T22:11:06.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2023-10-16T13:50:29.000Z (over 2 years ago)
- Last Synced: 2025-03-31T04:05:58.587Z (about 1 year ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 99.6 MB
- Stars: 142
- Watchers: 53
- Forks: 134
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SAS Viya Programming Examples
## Overview
A collection of repositories contain code samples and other materials to help you learn to access SAS Viya services by writing programs in Python, SAS, and other languages.
* [/chicago](https://github.com/sabisw/sas-viya-programming/tree/patch-1/chicago) repository contains files files with data and SAS programs that are used with the *Getting Started with SAS Viya Data Mining and Machine Learning* documentation that is available from SAS.
* [/communities](https://github.com/sabisw/sas-viya-programming/tree/patch-1/communities) contains examples of the SAS Viya Python client written about on [SAS Communities](https://communities.sas.com/).
* [/data](https://github.com/sabisw/sas-viya-programming/tree/patch-1/data) contains data sets for examples.
* [/deeplearning](https://github.com/sabisw/sas-viya-programming/tree/patch-1/deeplearning) contains a collection of deep learning projects and accompanying files.
* [/developerTrial](https://github.com/sabisw/sas-viya-programming/tree/patch-1/developerTrial) contains files used to seed the experience for the SAS Viya(TM) Developer Trial.
* [/high-frequency-analytics](https://github.com/sabisw/sas-viya-programming/tree/patch-1/high-frequency-analytics) contains files to show Support Vector Data Description (SVDD) to identify Turbofan Engine Asset Degradation.
* [/python](https://github.com/sabisw/sas-viya-programming/tree/patch-1/python) contains a collection of files for Python and Viya programming.
* [/r/data-mining](https://github.com/sabisw/sas-viya-programming/tree/patch-1/r/data-mining) contains files for Data Mining in R.
* [/recommend](https://github.com/sabisw/sas-viya-programming/tree/patch-1/recommend) contains programs for creating a recommender system with the recommend action set. The action set is part of the *SAS Viya 3.3* release and you must have access to a version 3.3 instance of SAS Cloud Analytic Services (CAS).
* [/webinars](https://github.com/sabisw/sas-viya-programming/tree/patch-1/webinars) contains demos of the SAS Viya Python and R clients presented on [Have Your Cake and Eat It Too – With R, Python + SAS®](https://www.sas.com/en_us/webinars/have-your-cake-eat-it-python-sas.html).
## Contributing
The [Contributor Agreement](https://github.com/sassoftware/sas-viya-programming/blob/master/ContributorAgreement.txt) details on how contributions can be made to the project.
## Licensing
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at [LICENSE.txt](https://github.com/sassoftware/sas-viya-programming/blob/master/LICENSE)
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
## Additional Resources
- [An Introduction to SAS® Viya® 3.4 Programming](https://go.documentation.sas.com/?cdcId=pgmsascdc&cdcVersion=9.4_3.4&docsetId=pgmdiff&docsetTarget=titlepage.htm&locale=en)
- [SAS® Viya® Platform Programming: Getting Started with Python](https://documentation.sas.com/?cdcId=pgmsascdc&cdcVersion=default&docsetId=caspg3&docsetTarget=titlepage.htm)
- [SAS® Viya® Platform Programming: Getting Started with R](https://documentation.sas.com/?cdcId=pgmsascdc&cdcVersion=default&docsetId=caspg3r&docsetTarget=titlepage.htm)