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
Implements generalized linear multitask learning and solves multiple related spa...
Loads a binary model file, such as a sentiment analysis model (SAM), a category ...
The compileCategory action builds a categories model from a set of category rule...
The `gPositive` parameter specifies the minimum g-score for a positive term, while `gNegative` specifies the minimum g-score for a negative term to be considered for rule extraction. The default for both is 8.
The 'activeOnAdd' parameter is set to TRUE by default, which automatically makes the new caslib the active one for the current session. You can set it to FALSE if you do not want this behavior.
The 'ProblemSummary' result table provides a basic summary of the input graph. The 'SolutionSummary' result table contains a basic summary of the algorithm's execution, including the solution status.
Linear restrictions on parameter estimates are specified using the restrictions parameter, which accepts a list of strings representing the restrictions.
The 'groupBy' parameter specifies the variables to use for grouping results. Each unique combination of the groupBy variables will form a single row in the output wide-format table.