Responsible-Ai-Fairness / output /UIanalyseRequestPayloadUpload.txt
InfosysResponsibleAiToolKit's picture
fairness files
38d6a33
raw
history blame contribute delete
891 Bytes
{
"method": "{method}",
"biasType": "{biasType}",
"taskType": "{taskType}",
"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//"
}
}