The starting point for your SAS® CAS 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 `annotateImages` action overlays various annotations onto images within a CA...
The crossValidate action performs cross-validation with specified machine learni...
The copulaViewStore action displays the model and estimates that are preserved i...
specifies a list of results tables to send to the client for display. For more information about specifying the display parameter, see the common displayTables parameter (Appendix A: Common Parameters).
The `addFormat` action requires two parameters: `fmtLibName`, which specifies the name of the format library where the format will be stored, and `fmtName`, which defines the name of the new format being created.
specifies the DNS name that other nodes should use to connect to this machine.
To perform time-based aggregation, you must specify a timestamp variable using the 'id' parameter. Then, use the 'interval' parameter to define the time period for accumulation, such as 'MONTH', 'DAY', or 'HOUR'. Parameters like 'align' and 'offset' offer further control over the time intervals.
You can specify the optimization solver using the 'algorithm' subparameter within 'nloOpts'. The available options are: 'LBFGS' (limited-memory Broyden-Fletcher-Goldfarb-Shanno), 'SGD' (stochastic gradient descent), 'ADAM' (adaptive moments variant of SGD), and 'HF' (Hessian free, which is experimental).