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 brTrain action extracts Boolean rules from a collection of documents. It is ...
The `calculateErrorRate` action compares reference (ground truth) transcripts wi...
The frontierProd action estimates the parameters of stochastic frontier producti...
The 'logistic' action supports several automated model selection methods through the 'selection' parameter. These include 'FORWARD' (forward selection), 'BACKWARD' (backward elimination), 'STEPWISE' (stepwise regression), 'LASSO', and 'ELASTICNET'. You can control the process with criteria like 'AIC', 'SBC', and significance levels ('slEntry', 'slStay').
The `logisticType3` action computes Type 3 or Joint tests to determine if all parameters for a given effect are zero.
specifies the target variable when scoring a data set. If the target variable name in the tree model is the same in the scored table, then this option is not required.
The 'casOut' parameter specifies the table where the scored results will be stored. If this parameter is not specified, the action only computes the mis-classification rate for classifications and the mean squared error for regressions.
The 'caslib' parameter is used to specify the name of the caslib where you want to list the files.