Skip to content
This repository has been archived by the owner on Sep 9, 2020. It is now read-only.

Commit

Permalink
PRED-2176 fix fixture for binary classification in unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Rader committed Mar 21, 2019
1 parent b534c1f commit 207ca44
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tests/fixtures/temperatura.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"label":0.0
}],
"prediction":0.0,
"predictionThreshold":0.5,
"rowId":0
},
{
Expand All @@ -20,6 +21,7 @@
"label":0.0
}],
"prediction":0.0,
"predictionThreshold":0.5,
"rowId":1
},
{
Expand All @@ -31,6 +33,7 @@
"label":0.0
}],
"prediction":0.0,
"predictionThreshold":0.5,
"rowId":2
},
{
Expand All @@ -39,13 +42,15 @@
{"value":1.0,"label":0.0}
],
"prediction":0.0,
"predictionThreshold":0.5,
"rowId":3
},{
"predictionValues":[
{"value":0.0,"label":1.0},
{"value":1.0,"label":0.0}
],
"prediction":0.0,
"predictionThreshold":0.5,
"rowId":4
},
{
Expand All @@ -55,6 +60,7 @@
"value":1.0,"label":0.0
}],
"prediction":0.0,
"predictionThreshold":0.5,
"rowId":5
},{
"predictionValues":[{
Expand All @@ -63,12 +69,14 @@
"value":0.0,"label":0.0
}],
"prediction":1.0,
"predictionThreshold":0.5,
"rowId":6
},{
"predictionValues":[{
"value":0.0,"label":1.0
},{"value":1.0,"label":0.0}],
"prediction":0.0,
"predictionThreshold":0.5,
"rowId":7
},{
"predictionValues":[{
Expand All @@ -77,6 +85,7 @@
"value":1.0,"label":0.0
}],
"prediction":0.0,
"predictionThreshold":0.5,
"rowId":8
},{
"predictionValues":[{
Expand All @@ -85,6 +94,7 @@
"value":1.0,"label":0.0
}],
"prediction":0.0,
"predictionThreshold":0.5,
"rowId":9
}]
}

0 comments on commit 207ca44

Please sign in to comment.