@@ -347,12 +347,13 @@ Changelog
347
347
the previous predicted values were not affected by this bug.
348
348
:pr: `28612 ` by :user: `Guillaume Lemaitre <glemaitre> `.
349
349
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 `.
356
357
`Y ` will be removed in version 1.7.
357
358
:pr: `28604 ` by :user: `David Leon <davidleon123> `.
358
359
@@ -508,7 +509,7 @@ Changelog
508
509
`OneVsRestClassifier(LogisticRegression(..)) `.
509
510
:pr: `28703 ` by :user: `Christian Lorentzen <lorentzenchr> `.
510
511
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
512
513
`store_cv_results ` and `cv_results_ ` in `~linear_model.RidgeCV ` and
513
514
`~linear_model.RidgeClassifierCV `.
514
515
:pr: `28915 ` by :user: `Lucy Liu <lucyleeow> `.
0 commit comments