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 exportTextModel action builds an analytic store (astore) model from a catego...
The `annScore` action scores a data table using a pre-trained artificial neural ...
The builtins.history action shows the actions that were run in the current sessi...
Names the ordered response level.
specifies a threshold for utilizing missing values in the split search when the missing parameter is set to USEINSEARCH. If the number of observations in which the splitting variable has missing values in a node is greater than or equal to the specified value, then the action initiates the USEINSEARCH policy. Otherwise, the missing values are assigned to a popular branch. Default: 1.
Yes, the 'copyVars' parameter allows you to specify a list of variables to be copied directly from the input table to the output table.
Use the 'casOut' parameter. It allows you to define the settings for the output table, including its name and the caslib where it should be stored.
when set to True, specifies that the out-of-bag error is computed when building a forest. This also generates a result table with the OOB error for each tree. Default: FALSE