Skip to content

Commit e6699bf

Browse files
authored
DOC change 'relation' to 'relationship' in classification_threshold (scikit-learn#31570)
1 parent 2ca6d4d commit e6699bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/modules/classification_threshold.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ cut-off rules: a positive class is predicted when the conditional probability
2828
:math:`P(y|X)` is greater than 0.5 (obtained with :term:`predict_proba`) or if the
2929
decision score is greater than 0 (obtained with :term:`decision_function`).
3030

31-
Here, we show an example that illustrates the relation between conditional
31+
Here, we show an example that illustrates the relatonship between conditional
3232
probability estimates :math:`P(y|X)` and class labels::
3333

3434
>>> from sklearn.datasets import make_classification

0 commit comments

Comments
 (0)