yonting commited on
Commit
45738ba
1 Parent(s): 74c26df

Correct `y_pred` -> `y_score`

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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
- - `y_pred`: `prediction_scores`
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