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 crfTrain action trains a Conditional Random Fields (CRF) model for sequence ...
Executes arbitrary programs inside the SAS Embedded Process for Spark. This acti...
The lmImport action imports an n-gram language model from a CAS table into a bin...
The 'table' parameter specifies the table name, caslib, and other common parameters. Long form: table={name="table-name"}. Shortcut form: table="table-name". The castable value can be one or more of the following: 'caslib', 'computedOnDemand', 'computedVars', 'computedVarsProgram', 'dataSourceOptions', 'importOptions', 'name', 'singlePass', 'vars', 'where', 'whereTable'.
Specifies an expression for each computed variable that you include in the computedVars parameter. Alias: compPgm.
The `augmentImages` action is used to augment images by creating patches from them and applying various mutations or transformations. This is a common technique in computer vision to artificially expand a training dataset.
The catTrans action supports several methods specified by the 'method' parameter: 'DTREE' (decision tree grouping), 'GROUPRARE' (grouping rare levels), 'ONEHOT' (one-hot encoding), 'RTREE' (regression tree grouping), and 'WOE' (Weight of Evidence grouping).
The "maxGap" parameter specifies the maximum time difference allowed between consecutive elements of a sequence.