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
Generates DATA step scoring code from a gradient boosting tree model....
The fPcaScore action performs scoring for functional principal component analysi...
The `addCaslibSubdir` action creates a new subdirectory within the physical path...
The 'table.vars' subparameter specifies the variables to use in the action. The casinvardesc value can be one or more of the following: 'format', 'formattedLength', 'label', 'name', 'nfd', 'nfl'.
specifies the number of input variables to consider for splitting on a node. The variables are selected at random from the input variables for each tree. By default, forest uses the square root of the number of input variables is used, rounded up to the nearest integer. For gradient boosting, the number of input variables is used. Minimum value: 1
To save the estimated model, you use the 'store' parameter. You provide a name and optionally a caslib for the output item store. This stored model can then be used by other actions, like 'countreg.countregViewStore', or for scoring new data.
Specifies the length of the format field.
specifies the weight variable.