The starting point for your SAS® CAS 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 condenseImages action is a utility function that converts a CAS table with n...
Fetches images from a CAS table and sends them to the client for display or furt...
Loads a Quality Knowledge Base (QKB) into memory. This action makes the QKB avai...
The 'criterion' parameter lets you specify the model selection criterion. Available options are 'AIC' (Akaike Information Criterion), 'AICC' (Corrected Akaike Information Criterion), 'BIC' (Bayesian Information Criterion), and 'LOGL' (Log-Likelihood).
You can use the 'saveState' parameter to specify an output table where the model's state, including its weights, will be saved. This allows you to resume training later or use the model for scoring with the 'annScore' action.
by default, observations with missing values are included. When set to False, observations with missing values for the variables used in the tree model are ignored when scoring. Default: TRUE
The `copulaSample` parameter is required. It specifies the name of the input table that contains the copula simulation in uniform margins.
The "groupBy" action builds BY groups in terms of the variable value combinations given the variables in the variable list. It is part of the Simple Analytics Action Set.