Explore. Share. Code.

The starting point for your SAS® CAS projects

Articles
Technical Articles

Discover technical articles from the community

Code SAS
SAS® Code

Snippets & Tutorials

FAQ
Q&A Base

FAQ & Help

Scenarios
Scenarios

Business Use Cases

CAS Actions
CAS Actions

Full Catalog & Examples

Data Step
Data Step

Preparation Scripts

Python
Python

SAS & Python Integration

Blog
Blog

News, tech watch and site updates

Join the community

Participate in the life of the site

Community by the numbers

0
Documented Actions
0
Code Examples
0
Articles Techniques
0
Scénarios Métiers
0
Solved Questions

Random FAQ

What is the purpose of the crfTrain action?

The crfTrain action is used to train a Conditional Random Fields (CRF) model for sequence labeling tasks.

See answer
On: crfTrain
outputTableOptions={outputTableOptions}

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=TRUE | FALSE 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={"string-1" } specifies the names of result tables to generate. By default, all result tables are returned. Alias outputTables

See answer
On: impute
What does the 'inputRegEx' parameter do?

The 'inputRegEx' parameter specifies a list of regular expressions, one for each variable in the inputs list.

See answer
On: groupByInfo
What is the primary purpose of the factmac action?

The factmac action is designed to learn a factorization machine model.

See answer
On: factmac
model.model.computedVars

Specifies the names of the computed variables to create. Specify an expression for each variable in the computedVarsProgram parameter. If you do not specify this parameter, then all variables from computedVarsProgram are automatically included. Alias: compVars. The casinvardesc value can be one or more of the following: format, formattedLength, label, name (required), nfd, nfl.

See answer
On: IdentifySpeakers