Get performance health metrics
get/projects/{projectId}/models/{modelId}/healthMetrics
Returns the performance health metrics that are associated with the specified model and project.
1{2 "items": [3 {4 "category": "ACCURACY",5 "metric": "_RSquared_",6 "value": "0.0249159854",7 "success": true,8 "alertRuleName": "R-squared Greater than 0.45678",9 "alertCondition": "greaterThan",10 "alertThreshold": 0.4567811 },12 {13 "category": "FAIRNESS",14 "metric": "PredictiveParity",15 "value": "0.4292135613",16 "success": true,17 "alertRuleName": "Predictive parity: REASON Less than 0.11",18 "alertCondition": "lessThan",19 "alertThreshold": 0.11,20 "kpiVariable": "REASON",21 "kpiVariableRole": "SENSITIVE"22 },23 {24 "category": "FAIRNESS",25 "metric": "PredictiveParity",26 "value": "1.3017658658",27 "success": false,28 "alertRuleName": "Predictive parity: JOB Greater than 0.6688",29 "alertCondition": "greaterThan",30 "alertThreshold": 0.6688,31 "kpiVariable": "JOB",32 "kpiVariableRole": "SENSITIVE"33 },34 {35 "category": "MODELDRIFT",36 "metric": "devIndex",37 "value": "0",38 "success": true,39 "alertRuleName": "Input variable stability PSI: REASON Greater than 0.2",40 "alertCondition": "greaterThan",41 "alertThreshold": 0.2,42 "kpiVariable": "REASON",43 "kpiVariableRole": "INPUT"44 }45 ],46 "kpisAvailable": true,47 "rulesAvailable": true48}
Name | Type | Required | Description |
---|---|---|---|
modelId | string | true | The identifier of a specific model. |
projectId | string | true | The identifier of a specific project. |
Status | Meaning | Description | ||
---|---|---|---|---|
200 | OK | The request succeeded. | Headers | Schema |