The starting point for your SAS® and Viya™ projects
Discover technical articles from the community
Snippets & Tutorials
FAQ & Help
Business Use Cases
Full Catalog & Examples
Preparation Scripts
SAS & Python Integration
News, tech watch and site updates
Participate in the life of the site
The `addNode` action dynamically adds one or more machines to a running SAS Clou...
Computes the range and moving relative range for each time series observation in...
The cycle action calculates the elementary cycles (simple circuits) of a graph. ...
Yes, you can use the 'freq' parameter to specify a numeric variable that represents the frequency of each observation in the input table.
Default new table replication factor
specifies the frequency variable. Alias: frequency.
Model selection can be performed using the 'selection' parameter. The available methods ('method') include 'FORWARD', 'BACKWARD', 'STEPWISE', 'LASSO', and 'ELASTICNET'. You can control the selection process with criteria such as 'AIC', 'SBC', or significance levels ('slEntry', 'slStay').
The supervised techniques are 'DTREE', 'RTREE', and 'WOE'. These methods require specifying one or more target variables using the 'targets' parameter, as the grouping is based on the relationship with these targets.