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 logisticLackfit action computes the Hosmer and Lemeshow goodness-of-fit test...
The `connectedComponents` action finds the connected components of a graph. In g...
Loads an action set in new sessions automatically....
The `scoringAlgorithm` parameter allows you to choose between two algorithms: 'FREQUENCY' (which is the default) and 'WEIGHTED'.
specifies the options for sampling the shadow features The featureProbeSample value can be one or more of the following: nRecords : number of observations to sample using the specified model (astore) Alias: nObs Default: 1000 Minimum value: 1 rstore : specifies an input blob table where to read the model and the state from. The castable value can be one or more of the following: caslib : specifies the caslib for the input table that you want to use with the action. By default, the active caslib is used. Specify a value only if you need to access a table from a different caslib. dataSourceOptions : specifies data source options. Aliases: options, dataSource name : specifies the name of the input table. whereTable : specifies an input table that contains rows to use as a WHERE filter. If the vars parameter is not specified, then all the variable names that are common to the input table and the filtering table are used to find matching rows. If the where parameter for the input table and this parameter are specified, then this filtering table is applied first. The groupbytable value can be one or more of the following: casLib : specifies the caslib for the filter table. By default, the active caslib is used. dataSourceOptions : specifies data source options. Aliases: options, dataSource For more information about specifying the dataSourceOptions parameter, see the common dataSourceOptions parameter (Appendix A: Common Parameters). importOptions : specifies the settings for reading a table from a data source. Alias: import For more information about specifying the importOptions parameter, see the common importOptions parameter (Appendix A: Common Parameters). name : specifies the name of the filter table. vars : specifies the variable names to use from the filter table. The casinvardesc value can be one or more of the following: format : specifies the format to apply to the variable. formattedLength : specifies the length of the format field plus the length of the format precision. label : specifies the descriptive label for the variable. name : specifies the name for the variable. nfd : specifies the length of the format precision. nfl : specifies the length of the format field. where : specifies an expression for subsetting the data from the filter table.
The 'activeOnAdd' parameter is set to TRUE by default, which automatically makes the new caslib the active one for the current session. You can set it to FALSE if you do not want this behavior.
The 'intoCutPt' parameter allows you to specify a cutoff point for the INTO column in the generated code. The default value is 0.5.
specifies the table to store the decision tree model in. When not specified, a random name is generated. For more information about specifying the casOut parameter, see the common casouttable parameter.