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 bartScoreMargin action computes predictive margins by using a fitted Bayesia...
The `buildTermIndex` action creates a term index table from a table of significa...
The mbcScore action processes a model created by the mbcFit action and saved in ...
To find connected components in a directed graph, set the 'direction' parameter to 'DIRECTED'. The action will then find the strongly connected components.
You use the 'table' parameter for the main data table (aliased as 'left') and the 'annotatedTable' parameter for the annotation data (aliased as 'right' or 'annotation').
Displays the string that is included in the JSON log line of some CAS log messages on the CAS server.
The 'noVars' parameter, when set to True, prevents variables from being automatically copied from the input table to the output table. By default, all columns not in specified input, groupBy, weight, or frequency parameters are copied. The default is False.
You can specify the starting action for the history report using the 'first' parameter. It takes an integer value representing the ordinal position of the first action to report on. Negative values are subtracted from the current action's ordinal position. The default value is 1.