Partial-Sample Regression
Post a relevance-based partial sample regression prediction task to the CSA Prediction Engine
Quick Start
Essential input arguments for invoking relevance-based partial sample regression 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_IDThe response body returns a job id and job code.
Prediction task job ID
1074Prediction task job code
66cfc21f7effa501The response body returns a job id and job code.
Custom Settings
Extended specifications for invoking relevance-based partial sample regression 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_IDThreshold(s) to evaluate the censor function (relevance or similarity). Accepts a single number or an array of values. For PSR, if not specified, the model evaluates across thresholds from [0, 0.99) in 0.20 increments.
nullExample: 0.5Single threshold value
Array of threshold values [1-by-T]
Affects 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: trueResponse body of a successful post job (psr).
Prediction task job ID
1074Prediction task job code
66cfc21f7effa501Response body of a successful post job (psr).
Last updated