Spaces:
Runtime error
Runtime error
Correct `y_pred` -> `y_score`
Browse files
README.md
CHANGED
|
@@ -19,7 +19,7 @@ pinned: false
|
|
| 19 |
## Input Convention
|
| 20 |
To be consistent with the `evaluate` input conventions the scikit-learn inputs are renamed:
|
| 21 |
- `y_true`: `references`
|
| 22 |
-
- `
|
| 23 |
|
| 24 |
## Usage
|
| 25 |
|
|
|
|
| 19 |
## Input Convention
|
| 20 |
To be consistent with the `evaluate` input conventions the scikit-learn inputs are renamed:
|
| 21 |
- `y_true`: `references`
|
| 22 |
+
- `y_score`: `prediction_scores`
|
| 23 |
|
| 24 |
## Usage
|
| 25 |
|