File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments