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
Computes independent components by using the fastICA method. This action separat...
The eventingInfo action reports the status of data event generation for the curr...
The `globalReconcile` action, part of the `Reconcile Forecasts Action Set`, simu...
New 64-bit integer processing
specifies the number of seconds to keep the table in memory after it is last accessed. The table is dropped if it is not accessed for the specified number of seconds. Default: 0 Minimum value: 0
Yes, the 'groupByLimit' parameter can be used to suppress the analysis if the number of BY groups exceeds the specified integer value.
by default, a greedy search or exhaustive search is used to determine the best split for each variable of each tree node. When set to False, a fast and efficient algorithm that is based on clustering is applied. Setting this parameter to False is recommended for variables with high cardinality. Default: TRUE
The outcome variable is specified using the 'outcomeVar' parameter. You must provide its name and can also define its type ('CONTINUOUS', 'CATEGORICAL', 'BINOMIAL'), the event level for categorical outcomes, or the trial variable for binomial outcomes.