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 flushresult action removes (flushes) a saved result from the current CAS ses...
The `connectedComponents` action finds the connected components of a graph. In g...
The columnInfo action displays information about the columns in a specified CAS ...
The 'nBins' parameter specifies the number of bins to use in lift calculations. The default is 20, and the range is from 2 to 100.
You can define the groups by using either the 'nGroups' parameter to specify the number of equal-sized groups based on predicted probabilities, or the 'cutpt' parameter to provide specific cutpoints for creating the partitions.
The 'featureScalingMethod' parameter can be set to 'NONE' (no scaling, the default) or 'STANDARDIZATION', which scales the coefficients across all frames to have a mean of zero and unit variance.
The 'selectionDepth' parameter specifies the depth to use in lift calculations. The default value is 10.
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.