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 mitigateBias action uses the exponentiated gradient reduction algorithm to m...
The fism action applies the FP-growth algorithm to identify frequent item sets w...
Fetches images from a CAS table and sends them to the client for display or furt...
The association table is created by default. You can ensure its creation by setting the 'association' parameter to TRUE, which computes various rank correlation indices between predicted probabilities and observed responses.
specifies the target or response variable for training. If the variable is numeric, but not specified in the nominal= parameter and nbinstarget= is not specified, then a regression tree is trained.
You must use the 'modelTable' parameter to specify the input table that contains the artificial neural network model you want to use for generating the scoring code.
You can use the `listresults` action to display a list of all results that have been saved from the actions executed within your current session.
You define the model using the 'model' parameter. This includes specifying the dependent variable(s) with the 'depVars' subparameter and the explanatory effects using the 'effects' subparameter. You can also define the response distribution (e.g., 'BINOMIAL', 'MULTINOMIAL') and the link function (e.g., 'LOGIT', 'PROBIT', 'CLOGLOG').