Get performance health metrics

get/projects/{projectId}/models/{modelId}/healthMetrics
Internal-Use Only

Returns the performance health metrics that are associated with the specified model and project.

Request Samples

1

Response Samples

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.45678
11 },
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": true
48}

Path Parameters

NameTypeRequiredDescription
modelId
string
true

The identifier of a specific model.

projectId
string
true

The identifier of a specific project.

Query Parameters

NameTypeRequiredDescription
limit
integer<int32>
false

The maximum number of items to return in this request.

Default:
20
modelVersionId
string
false

The identifier of a specific model version.

start
integer<int32>
false

The 0-based start index of a paginated request.

>= 0
Default:
0

Responses

StatusMeaningDescription
200OKThe request succeeded.HeadersSchema