Spaces:
Runtime error
Runtime error
File size: 295 Bytes
33d1544 fff04bf 98e241e 33d1544 fff04bf 98e241e 33d1544 |
1 2 3 4 5 6 7 8 9 10 11 12 |
test_cases = [
{
"predictions": [[0.1, 0.1], [1.1, 0.1]],
"references": [[0.1, 0.1], [1.1, 0.1]],
"result": 23.010298856486173
},
{
"predictions": [[0, 1], [0, 0]],
"references": [[0, 0], [-1, -1]],
"result": 1.2493873660829993
}
] |