Max Fit Predictions
Post a maxfit prediction task to the CSA Prediction Engine
Quick Start
Essential input arguments for invoking relevance-based maxfit predictions.
API key required to access the CSA Prediction Engine API
The content type of the request (application/json)
application/jsonConnection header value (keep-alive)
keep-aliveUser access identification string for the CSA Prediction Engine
CSA_ACCESS_IDResponse body of a successful post job (maxfit).
Prediction task job ID
1074Prediction task job code
66cfc21f7effa501Response body of a successful post job (maxfit).
Custom Settings
Extended specifications for invoking relevance-based maxfit predictions.
API key required to access the CSA Prediction Engine API
The content type of the request (application/json)
application/jsonConnection header value (keep-alive)
keep-aliveUser access identification string for the CSA Prediction Engine
CSA_ACCESS_IDAffects how mean and covariance are computed. When true, uses only complete rows (observations with no missing values) for mean and covariance. When false, mean and covariance use nan-aware methods (column-wise nanmean, pairwise valid counts). In both modes, rows with missing values receive zero prediction weight because relevance cannot be computed for them.
falseExample: falseSpecify whether the thresholds specified is in percentage (decimal) units.
trueExample: trueSpecify evaluation censor type: relevance, similarity, or both.
bothExample: bothPossible values: Specify the direction of the threshold evaluation on the corresponding censor type.
- true: [eval_type] score > threshold
- false: [eval_type] score < threshold
trueExample: trueArray of threshold values to evaluate the censor function (relevance or similarity). For maxfit and grid, users typically specify an array of thresholds. If not specified, the default is [0, 0.20, 0.50, 0.80].
[0,0.2,0.5,0.8]Example: [0,0.2,0.5,0.8]Response body of a successful post job (maxfit).
Prediction task job ID
1074Prediction task job code
66cfc21f7effa501Response body of a successful post job (maxfit).
Last updated