You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository provides a SAS Studio Custom Step that enables users to perform aggregations on Parquet files using DuckDB's columnar query engine. The custom step eliminates the need to manually write DuckDB SQL by providing a graphical interface that generates and executes optimized aggregation queries through explicit passthrough to DuckDB via t
Upstream repository for a SAS Studio Custom Step example of how to obtain parameters and carry out Azure's Document Intelligence Cloud Service operations
A repository containing some accessible SAS programs (maybe Python in future), macros and SAS Studio Custom Steps to carry out common tasks and operations. Also serves as a test bed for some future contribution to SAS Studio Custom Steps: https://www.github.com/sassoftware/sas-studio-custom-steps.
The Nominal Dimensionality Reduction repository provides a SAS Studio Custom Step for reducing the dimensionality of nominal (categorical) variables using SAS's PROC NOMINALDR procedure.
Upstream repository for a custom step to generate synthetic data based on an input table, using the Synthetic Minority Oversampling TEchnique (SMOTE). SMOTE is an oversampling technique which identifies new data observations in the neighborhood of closely associated original observations.
Upstream repository for the Find Nearest Neighbors Custom Step, which searches a base table to identify nearest neighbors to observations in an input query table, based on a distance formula. Note downstream contribution is part of https://github.com/sassoftware/sas-studio-custom-steps
Upstream Repository for the NLP - Categories Testing Framework SAS Studio Custom Step. Automated enhancement to SAS Viya Natural Language Processing model development process. To be submitted to /sassoftware/sas-studio-custom-steps as well. Refer README for more details.
View this as both a general purpose "data profiler" and as tool to provide summary statistics at an earlier stage in the Analytics Life Cycle to inform data configuration decisions in Data Maker (a synthetic data generation application).
Upstream repository for the Redirect Log SAS Studio Custom Step. A low-code component meant for use in SAS Viya to help redirect log and output of downstream programs to specified external files.