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
Provides an action for performing variable clustering and providing undirected n...
The mbanalysis action performs market basket analysis, a common technique in dat...
The brScore action scores text data based on a set of Boolean rules. These rules...
The subgroupValue parameter specifies the variable in the input data table that contains the subgroup values. Default: "subgroup".
The 'fitData' parameter, when set to True, indicates that the data being scored is the same data that was used to train the model. This can affect how certain statistics are calculated. The default value is False.
To create a session-scoped caslib, set the 'session' parameter to TRUE. Tables loaded into this caslib will not be accessible from other sessions and the caslib will be dropped when the session ends.
Determines the strategy to use when the state of a CAS is transferred to a new server. The mode 'suspend' is likely to leave the server unresponsive for a larger window of time. The mode 'readonly' may see attempts to update promoted tables fail.
The caEffect action offers several estimation methods: 'IPW' (Inverse Probability Weighting), 'REGADJ' (Regression Adjustment), 'AIPW' (Augmented Inverse Probability Weighting), and 'TMLE' (Targeted Maximum Likelihood Estimation).