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 buildModel action is used to create an empty Deep Learning model. This is the initial step before adding layers and training the model.
The 'fitData' parameter, when set to True, indicates that the data being scored is the same data that was used to train the model. This can affect how certain statistics are calculated. The default value is False.
When 'aggregator' is set to "MIN", it specifies the minimum value.
The convertMps action converts a two-column data table, which represents an MPS file, into a seven-column MPS-format data table suitable for use by optimization solvers.
The 'routineCode' parameter is required and is used to specify the FCMP routine's code that is saved to the table. It has an alias of 'code'.