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 convertMps action is a utility function within the Optimization action set. ...
The compileCategory action builds a categories model from a set of category rule...
The crossValidate action performs cross-validation with specified machine learni...
The `termInfo` parameter specifies information about the terms table. It requires the `id` subparameter for the term ID, and can optionally include `label` for the term's text and `table` for the input data table containing term information.
You can manage SSL/TLS settings with several boolean parameters. 'sslrequired=TRUE' enforces that all communications use SSL. 'sslallowed=TRUE' permits SSL communication but is ignored if 'sslrequired' is also set to TRUE. Conversely, 'nossl=TRUE' disables SSL/TLS for the data transfer.
defines a set of variables that are treated as a single effect that has multiple degrees of freedom. The collection value can be one or more of the following:
specifies options for result tables. You can specify which result tables the server returns and how group-by results are handled. Alias: tblOpts. The outputTableOptions value can be one or more of the following: forceTableReturn: when set to True, result tables are returned to the client even if the output is also saved as an output table. Default: FALSE. tableNames: specifies the names of result tables to generate. By default, all result tables are returned. Alias: outputTables.
Yes, by default, the folds are evaluated in parallel. You can control this behavior with the 'parallelFolds' parameter (defaulting to True) and specify the number of worker nodes for each subsession with the 'nSubsessionWorkers' parameter.