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 crossTab action performs one-way or two-way tabulations, also known as frequ...
creates a table on the server that contains results from scoring observations by...
Generates DATA step scoring code from a gradient boosting tree model....
specifies which type of structural graphs are needed. BOTH specifies that both the color and community structural graphs are needed. COLOUR specifies that the colour structural graph is needed. Alias: COLOR. COMMUNITY specifies that the community structural graph is needed. NONE specifies that no structural graphs are needed.
The 'vars' subparameter within 'modelTable' specifies the particular variables from the model table that should be used in the 'forestCode' action.
The 'casOut' parameter is a required parameter that specifies all the settings for the output table. This includes its name, the caslib where it will be stored, and other options such as compression, promotion, or whether to replace an existing table.
Specifies data source options. Aliases: options, dataSource.
Yes, you can use the 'restore' parameter to specify an item store that contains the properties and estimates of a previously fitted model. The action will use this restored information for the simulation.