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 featureMachine action is an automated feature transformation and generation ...
The metrics action is used to display performance metrics for each subsequent ac...
The match action processes an input data table to identify and group similar rec...
The default input variable name (inputVarName) is "signal", and the default smoothed output variable name (smoothedVarName) is "output".
Specifies the maximum number of iterations for the iterative robust univariate statistics such as MAD scale, GINI scale, and Medcouple skewness estimates. This parameter can be used if the ZSCORE outlier definition is used. Aliases are maxIters and rustatsMaxNiters.
This parameter specifies the table redistribution policy when the number of worker pods increases on a running CAS server. It can be set to 'NOREDIST' to prevent redistribution, 'REBALANCE' to rebalance the data across the new set of workers, or 'DEFER' to let a higher-level entity decide.
The 'table.whereTable.vars.name' subparameter specifies the name for the variable.
You define the model using the 'model' parameter. This includes specifying the dependent variable(s) with the 'depVars' subparameter and the explanatory effects using the 'effects' subparameter. You can also define the response distribution (e.g., 'BINOMIAL', 'MULTINOMIAL') and the link function (e.g., 'LOGIT', 'PROBIT', 'CLOGLOG').