Skip to content

Commit 0476784

Browse files
JPFrancoiaagramfort
authored andcommitted
Modified the What's new file to mention the bug fix about the wrong
results returned with discriminant_analysis.LinearDiscriminantAnalysis's attribute explained_variance_ratio.
1 parent 7531b30 commit 0476784

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

doc/whats_new.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,11 @@ Bug fixes
176176
see `#6121 <https://github.com/scikit-learn/scikit-learn/issues/6121>`_ for
177177
more details. By `Loic Esteve`_.
178178

179+
- Attribute `explained_variance_ratio` calculated with the SVD solver of
180+
:clas:`discriminant_analysis.LinearDiscriminantAnalysis` now returns
181+
correct results. By `JPFrancoia`_
182+
183+
179184
API changes summary
180185
-------------------
181186

@@ -4136,3 +4141,5 @@ David Huard, Dave Morrill, Ed Schofield, Travis Oliphant, Pearu Peterson.
41364141
.. _Ryad Zenine: https://github.com/ryadzenine
41374142

41384143
.. _Guillaume Lemaitre: https://github.com/glemaitre
4144+
4145+
.. _JPFrancoia: https://github.com/JPFrancoia

0 commit comments

Comments
 (0)