Explore. Share. Code.

The starting point for your SAS® CAS projects

CAS Actions

Full Catalog & Examples

Data Sets

Data preparation scripts

Q&A Base

FAQ & Help

Scenarios

Business Use Cases

Community by the numbers

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

Random FAQ

How do I get the component ID for each node in the output?

Use the 'outNodes' parameter to specify an output table. This table will include the original node information along with a new column, typically named 'concomp', which contains the identifier for the connected component that each node belongs to.

See answer
On: connectedComponents
What are the burn-in and sampling iterations and how are they controlled?

The process involves a burn-in phase followed by the main sampling phase. The 'nBI' parameter sets the number of burn-in iterations (default 100), which are discarded. The 'nMC' parameter specifies the number of subsequent MCMC iterations that are saved for prediction (default 1000).

See answer
On: bartProbit
Which parameters are required to run the crfScore action?

The required parameters are 'casOut' to specify the output table, 'model' to provide the input model tables, 'table' for the input data, and 'target' to name the predicted variable in the output.

See answer
On: crfScore
What is the purpose of the 'modelTable' parameter?

The 'modelTable' parameter specifies the input table that contains the model to explain. This table must contain an analytic store or DATA step scoring code.

See answer
On: assessBias
What are the required parameters for the crfTrain action?

The required parameters for the crfTrain action are 'table' to specify the input data, 'model' to define the output modeling tables, 'target' for the predicted variable, and 'template' to specify the feature extraction template.

See answer
On: crfTrain