File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 15
15
class ConfusionMatrixDisplay :
16
16
"""Confusion Matrix visualization.
17
17
18
- It is recommend to use
18
+ It is recommended to use
19
19
:func:`~sklearn.metrics.ConfusionMatrixDisplay.from_estimator` or
20
20
:func:`~sklearn.metrics.ConfusionMatrixDisplay.from_predictions` to
21
21
create a :class:`ConfusionMatrixDisplay`. All parameters are stored as
Original file line number Diff line number Diff line change 11
11
class DetCurveDisplay (_BinaryClassifierCurveDisplayMixin ):
12
12
"""Detection Error Tradeoff (DET) curve visualization.
13
13
14
- It is recommend to use :func:`~sklearn.metrics.DetCurveDisplay.from_estimator`
14
+ It is recommended to use :func:`~sklearn.metrics.DetCurveDisplay.from_estimator`
15
15
or :func:`~sklearn.metrics.DetCurveDisplay.from_predictions` to create a
16
16
visualizer. All parameters are stored as attributes.
17
17
Original file line number Diff line number Diff line change 14
14
class PrecisionRecallDisplay (_BinaryClassifierCurveDisplayMixin ):
15
15
"""Precision Recall visualization.
16
16
17
- It is recommend to use
17
+ It is recommended to use
18
18
:func:`~sklearn.metrics.PrecisionRecallDisplay.from_estimator` or
19
19
:func:`~sklearn.metrics.PrecisionRecallDisplay.from_predictions` to create
20
20
a :class:`~sklearn.metrics.PrecisionRecallDisplay`. All parameters are
Original file line number Diff line number Diff line change 14
14
class RocCurveDisplay (_BinaryClassifierCurveDisplayMixin ):
15
15
"""ROC Curve visualization.
16
16
17
- It is recommend to use
17
+ It is recommended to use
18
18
:func:`~sklearn.metrics.RocCurveDisplay.from_estimator` or
19
19
:func:`~sklearn.metrics.RocCurveDisplay.from_predictions` to create
20
20
a :class:`~sklearn.metrics.RocCurveDisplay`. All parameters are
You can’t perform that action at this time.
0 commit comments