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 annCode action generates SAS DATA step scoring code from a trained artificia...
The caslibInfo action displays information about one or more caslibs. It can sho...
The marketattribution action performs market analysis by using market attributio...
The 'importOptions' parameter specifies the settings for reading a table from a data source, including the 'fileType' (like CSV, EXCEL, PARQUET) and other file-type-specific parameters.
The 'sparse' parameter, when set to True and the action is running on a distributed server, means each thread reads data from only a few groups. This can improve performance with many threads or groups. The default is False, and in some cases, 'sparse' is enabled automatically.
specifies the table the index is for. For more information about specifying the table parameter, see the common castable parameter.
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.
You can apply L1 and L2 regularization using the 'regL1' and 'regL2' parameters, respectively, within the 'optmlOpt' subparameter of 'nloOpts'. Both values must be non-negative.