pipelines/frontend/mock-backend/eval-output/metadata2.json

17 lines
349 B
JSON

{
"outputs": [
{
"type": "roc",
"format": "csv",
"source": "gs://bucket/roc/roc2.csv",
"schema": [
{"name": "fpr", "type": "NUMBER"},
{"name": "tpr", "type": "NUMBER"},
{"name": "thresholds", "type": "NUMBER"}
],
"predicted_col": "column1",
"target_col": "column2"
}
]
}