Spaces:
Runtime error
Runtime error
| test_cases = [ | |
| { | |
| "predictions": [0, 0, 1, 1, 1], | |
| "references": [0, 1, 0, 1, 1], | |
| "result": {"specificity": 0.5} | |
| }, | |
| ] |
| test_cases = [ | |
| { | |
| "predictions": [0, 0, 1, 1, 1], | |
| "references": [0, 1, 0, 1, 1], | |
| "result": {"specificity": 0.5} | |
| }, | |
| ] |