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 listRegions action lists all the S3 regions that are defined for the CAS ser...
The compileCategory action builds a categories model from a set of category rule...
Retrieves information about CAS disk cache usage, the CAS server directory name,...
The 'varianceDivisor' parameter (alias 'varDef') is used for this purpose. It accepts the following values: 'DF' (degrees of freedom, default), 'N' (number of observations), 'WDF' (sum of weights minus one), or 'WEIGHT' (sum of weights).
The maxFlow action uses two primary input tables: the 'links' table, which contains the graph link information, and the 'nodes' table, which contains the graph node information.
The 'PROB' option for the 'vote' parameter indicates that the prediction should be based on the average probability calculated from all trees in the forest.
You can use the `maxIters` parameter to set the maximum number of iterations for the exponentiated gradient reduction algorithm (default is 10) and the `learningRate` parameter to define the step size for updates (default is 0.01).
The 'logistic' action, part of the Regression Action Set, is used to fit various types of logistic regression models for binary, binomial, and multinomial (both nominal and ordinal) response variables.