Explore. Share. Code.

The starting point for your SAS® and Viya™ 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 learningRate?

specifies the learning rate of each tree. Default: 0.1. Range: (0–1].

See answer
On: gbtreeTrain
What is the primary purpose of the checkOutObject action?

The checkOutObject action reserves an object and all of its children for update exclusively by the current client session. It can also prevent an object and its parents from being checked out exclusively by another session when using the 'Shared' checkOutType.

See answer
On: checkOutObject
collection={{collection-1} <, {collection-2}, ...>}

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:details=TRUE | FALSEwhen set to True, requests a table that shows additional details that are related to this effect.DefaultFALSE* name="string"specifies the name of the effect.* vars={"variable-name-1" }&nbsp;specifies a set of variables that are treated as a single effect that has multiple degrees of freedom. The columns in the design matrix that are contributed by a collection effect are the design columns of its constituent variables in the order in which they appear in the definition of the collection effect.

See answer
On: gvarcluster
probeMissing

when set to True, generates missing values at the observed missing rate. Default: TRUE

See answer
On: generateShadowFeatures
What does the 'casOut' parameter represent?

The 'casOut' parameter specifies the output CAS table that will contain the compiled categories model (MCO).

See answer
On: compileCategory