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
Loads a binary model file, such as a sentiment analysis model (SAM), a category ...
The `countregViewStore` action allows for the inspection and display of a count ...
Provides actions that are used for language models in speech-to-text systems. Th...
The 'table.singlePass' subparameter, when set to True, does not create a transient table on the server. Setting this parameter to True can be efficient, but the data might not have stable ordering upon repeated runs. Default: FALSE.
Yes, the action essentially saves formats to a CNTL table (control table), which can be used to store and transfer user-defined formats.
The maxOptBatch parameter controls the number of observations processed in one batch. It accepts a 64-bit integer or 'AUTO'. It is related to the PAGEOBS= option in PROC GENSELECT statement.
Yes. To get ROC (Receiver Operating Characteristic) data, set `includeRoc` to TRUE and specify an output table with the `rocOut` parameter. For Lift data, set `includeLift` to TRUE and use the `casOut` parameter to specify the output table. You can control the granularity of ROC calculations with `cutStep` and Lift calculations with `nBins`.
The 'logistic' action supports several automated model selection methods through the 'selection' parameter. These include 'FORWARD' (forward selection), 'BACKWARD' (backward elimination), 'STEPWISE' (stepwise regression), 'LASSO', and 'ELASTICNET'. You can control the process with criteria like 'AIC', 'SBC', and significance levels ('slEntry', 'slStay').