Get variable importance
get/models/{modelId}/variableImportance
Returns the variable importance for the model variables that are associated with the specified model ID and versionID.
1[2 {3 "variable": "MORTDUE",4 "importance": 15 },6 {7 "variable": "VALUE",8 "importance": 0.789 },10 {11 "variable": "LOAN",12 "importance": 0.7613 },14 {15 "variable": "REASON",16 "importance": 0.3517 },18 {19 "variable": "JOB",20 "importance": 0.2121 }22]