Skip to content

Commit

Permalink
DOC remove terms and glossary refs (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
joaopfonseca committed Dec 21, 2023
1 parent 8ba3fce commit b7b853a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mlresearch/metrics/_rankings.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def precision_at_k(y_true, y_score, k=10, target_label=1):
y_score : array-like of shape (n_samples,) or (n_samples, n_classes)
Target scores. These can be either probability estimates or non-thresholded
decision values (as returned by :term:`decision_function` on some classifiers).
decision values (as returned by `decision_function` on some classifiers).
Expects scores with shape (n_samples,).
k : int, default=10
Expand Down

0 comments on commit b7b853a

Please sign in to comment.