-
Notifications
You must be signed in to change notification settings - Fork 10
caslScore
devakumaraswamy edited this page Jan 21, 2020
·
5 revisions
Score data in casl
Returns: promise
-
returns the scores as an object
Param | Type | Description |
---|---|---|
store | object |
restaf store |
session | object |
cas session |
scenario | object |
scenario values |
The result will also be a simple object
This function can handle the following deployments of the model
- Model is published to a CAS destination
- Model code is datastep code stored in a modelTable(sashdat)
- Model code is in an astore stored in a sashdat.
The form of scenario depends on where the model is stored and its form.
{
let scenario = { /* (3) */
modelName: 'model name if published to CAS destination else ignored',
model : { caslib: 'model caslib' name: 'model/sashdat name' },
scenario : {
var1: 4.3,
var2: 20,
...
};
See this for details on the different scoring scenarios
.... Under construction...
-
restaf
-
restaflib
-
Examples:
- Cas Server
- Compute Server
- Scoring with MAS
- Scoring with CAS
- Utility
-
CAS Related Functions
-
MAS Related Functions
-
Compute Server Related Functions
-
Reports Related Functions
-
Interactive CLI
-
Special Topic