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
When set to True, the fitData parameter specifies that the data to be scored were also used to fit the model. The default value is False.
The target parameter specifies the target variable for the analysis. It is also aliased as 'evalVar'.
use the default memory format that is set for the server. By default, the server uses the standard memory format. If an administrator sets the CAS_DEFAULT_MEMORY_FORMAT environment variable to DVR, then the DVR memory format is set as the default for the server.
The eigenThreshold parameter specifies the minimum proportion of variance an eigenvalue must explain to be included in the analysis; otherwise, it is discarded.
The 'q' parameter is used to specify the moving average (MA) polynomials of the ARIMA model, similar to how the 'p' parameter specifies the autoregressive (AR) part.