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
Specifies the variables to use in the action. The casinvardesc value can be one or more of the following: format, formattedLength, label, name (required), nfd, nfl.
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.
specifies a list of results tables to send to the client for display. For more information about specifying the display parameter, see the common displayTables parameter (Appendix A: Common Parameters).
You can use the 'casOut' or 'pearsonOut' parameters to specify the settings for an output table. The 'pearsonOut' parameter is specifically for the table containing the requested statistics.
You can define the groups by using either the 'nGroups' parameter to specify the number of equal-sized groups based on predicted probabilities, or the 'cutpt' parameter to provide specific cutpoints for creating the partitions.