{
"y_true": [
0,
1,
1,
0
],
"y_score": [
0.1,
0.4,
0.8,
0.35
]
}[
[
1,
1,
0.6666666666666666,
0.5
],
[
0.5,
1,
1,
1
],
[
0.8,
0.4,
0.35,
0.1
]
]| Argument | Type |
|---|---|
| y_true | np.ndarray |
| y_score | np.ndarray |
| Return Name | Type |
|---|---|
| value | tuple |