{
"y_true": [
3,
5
],
"predictions": [
[
2,
6
],
[
4,
4
],
[
3,
5
]
]
}[
0,
0.6666666666666666,
0
]| Argument | Type |
|---|---|
| y_true | np.ndarray |
| predictions | np.ndarray |
| Return Name | Type |
|---|---|
| value | list |