Check if variable importance exists
head/models/{modelId}/variableImportance
Returns a list of header information for the variable importance. Used to determine whether the variable importance exists.
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]