Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7c8f1ef

Browse files
committed
Update changelog
1 parent 47a8352 commit 7c8f1ef

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

doc/whats_new/v1.2.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,11 @@ Changelog
192192
:pr:`11860` by :user:`Pierre Ablin <pierreablin>`,
193193
:pr:`22527` by :user:`Meekail Zain <micky774>` and `Thomas Fan`_.
194194

195+
- |API| The `n_features_` attribute of
196+
:class:`decomposition.PCA` is deprecated in favor of
197+
`n_features_in_` and will be removed in 1.4. :pr:`20240` by
198+
:user:`Kshitij Mathur <Kshitij68>`.
199+
195200
:mod:`sklearn.discriminant_analysis`
196201
....................................
197202

@@ -305,7 +310,7 @@ Changelog
305310
- |Fix| Allows `csr_matrix` as input for parameter: `y_true` of
306311
the :func:`metrics.label_ranking_average_precision_score` metric.
307312
:pr:`23442` by :user:`Sean Atukorala <ShehanAT>`
308-
313+
309314
- |Fix| :func:`metrics.ndcg_score` will now trigger a warning when the `y_true`
310315
value contains a negative value. Users may still use negative values, but the
311316
result may not be between 0 and 1. Starting in v1.4, passing in negative

0 commit comments

Comments
 (0)