Skip to content

Commit d1479da

Browse files
authored
DOC Improve older whats_new doc entries (scikit-learn#31589)
1 parent cccf7b4 commit d1479da

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

doc/whats_new/v1.3.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -770,7 +770,7 @@ Changelog
770770
:func:`model_selection.validation_curve`.
771771
:pr:`25120` by :user:`Guillaume Lemaitre <glemaitre>`.
772772

773-
- |API| The parameter `log_scale` in the class
773+
- |API| The parameter `log_scale` in the method `plot` of the class
774774
:class:`model_selection.LearningCurveDisplay` has been deprecated in 1.3 and
775775
will be removed in 1.5. The default scale can be overridden by setting it
776776
directly on the `ax` object and will be set automatically from the spacing

doc/whats_new/v1.4.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -989,7 +989,7 @@ Changelog
989989
when the input is a Series instead of a DataFrame.
990990
:pr:`28090` by :user:`Stan Furrer <stanFurrer>` and :user:`Yao Xiao <Charlie-XIAO>`.
991991

992-
- |API| :func:`sklearn.extmath.log_logistic` is deprecated and will be removed in 1.6.
992+
- |API| :func:`sklearn.utils.extmath.log_logistic` is deprecated and will be removed in 1.6.
993993
Use `-np.logaddexp(0, -x)` instead.
994994
:pr:`27544` by :user:`Christian Lorentzen <lorentzenchr>`.
995995

doc/whats_new/v1.5.rst

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -347,12 +347,13 @@ Changelog
347347
the previous predicted values were not affected by this bug.
348348
:pr:`28612` by :user:`Guillaume Lemaitre <glemaitre>`.
349349

350-
- |API| Deprecates `Y` in favor of `y` in the methods fit, transform and
351-
inverse_transform of:
352-
:class:`cross_decomposition.PLSRegression`.
353-
:class:`cross_decomposition.PLSCanonical`,
354-
:class:`cross_decomposition.CCA`,
355-
and :class:`cross_decomposition.PLSSVD`.
350+
- |API| Deprecates `Y` in favor of `y` in the methods `fit`, `transform` and
351+
`inverse_transform` of:
352+
:class:`cross_decomposition.PLSRegression`,
353+
:class:`cross_decomposition.PLSCanonical`,
354+
and :class:`cross_decomposition.CCA`,
355+
and methods `fit` and `transform` of:
356+
:class:`cross_decomposition.PLSSVD`.
356357
`Y` will be removed in version 1.7.
357358
:pr:`28604` by :user:`David Leon <davidleon123>`.
358359

@@ -508,7 +509,7 @@ Changelog
508509
`OneVsRestClassifier(LogisticRegression(..))`.
509510
:pr:`28703` by :user:`Christian Lorentzen <lorentzenchr>`.
510511

511-
- |API| `store_cv_values` and `cv_values_` are deprecated in favor of
512+
- |API| Parameters `store_cv_values` and `cv_values_` are deprecated in favor of
512513
`store_cv_results` and `cv_results_` in `~linear_model.RidgeCV` and
513514
`~linear_model.RidgeClassifierCV`.
514515
:pr:`28915` by :user:`Lucy Liu <lucyleeow>`.

0 commit comments

Comments
 (0)