File size: 936 Bytes
38d6a33
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
  "method": "{method}",
  "biasType": "{biasType}",
  "taskType": "{taskType}",
  "fileid":"{fileid}",
  "label": "{label}",
  "trainingDataset": {
    "id": 32,
    "name": "{name}",
    "fileType": "text/csv",
    "path": {
      "storage": "INFY_AICLD_NUTANIX",
      "uri": "{trainingDatasetURL}"
    },
    "label": "{label}"
  },
  "predictionDataset": {
    "id": 32,
    "name": "{name}",
    "fileType": "text/csv",
    "path": {
      "storage": "INFY_AICLD_NUTANIX",
      "uri": "{predictionDatasetURL}"
    },
    "label": "{label}",
    "predlabel": "{predLabel}"
  },
  "features": "{features}",
  "categoricalAttributes": "{categoricalAttributes}",
  "favourableOutcome": [
    "{favourableOutcome}"
  ],
  "labelmaps": {
    "{favourableOutcome}": 1,
    "{unfavourableOutcome}": 0
  },
  "facet": "",
  "outputPath": {
    "storage": "INFY_AICLD_NUTANIX",
    "uri": "responsible-ai//responsible-ai-fairness//"
  }
}