{
"seed": 123,
"alpha": 0.05,
"metric": "accuracy",
"y_pred": [
0.9,
0.2,
0.6,
0.4,
0.1
],
"y_true": [
1,
0,
1,
1,
0
],
"n_bootstrap": 200
}[
0.4,
1
]| Argument | Type |
|---|---|
| seed | int |
| alpha | float |
| metric | str |
| y_pred | np.ndarray |
| y_true | np.ndarray |
| n_bootstrap | int |
| Return Name | Type |
|---|---|
| value | tuple |