File size: 256 Bytes
5233baa
 
7f858ba
 
5233baa
 
7f858ba
 
5233baa
 
7f858ba
 
5233baa
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
test_cases = [
    {
        "predictions": [0, 0, 2],
        "result": {"mrr": 0.7777777777777778}
    },
    {
        "predictions": [0, 0],
        "result": {"mrr": 1}
    },
    {
        "predictions": [0, 4],
        "result": {"mrr": 0.6}
    }
]