Skip to content

Commit

Permalink
DOC Correct what's new for scikit-learn#9108 (scikit-learn#9501)
Browse files Browse the repository at this point in the history
  • Loading branch information
qinhanmin2014 authored and AishwaryaRK committed Aug 29, 2017
1 parent 8644d99 commit c1def80
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/whats_new.rst
Expand Up @@ -240,9 +240,6 @@ Decomposition, manifold learning and clustering
``singular_values_``, like in :class:`decomposition.IncrementalPCA`.
:issue:`7685` by :user:`Tommy Löfstedt <tomlof>`

- Fixed the implementation of noise_variance_ in :class:`decomposition.PCA`.
:issue:`9108` by `Hanmin Qin <https://github.com/qinhanmin2014>`_.

- :class:`decomposition.NMF` now faster when ``beta_loss=0``.
:issue:`9277` by :user:`hongkahjun`.

Expand Down Expand Up @@ -506,6 +503,9 @@ Decomposition, manifold learning and clustering
:class:`decomposition.IncrementalPCA`.
:issue:`9105` by `Hanmin Qin <https://github.com/qinhanmin2014>`_.

- Fixed the implementation of noise_variance_ in :class:`decomposition.PCA`.
:issue:`9108` by `Hanmin Qin <https://github.com/qinhanmin2014>`_.

- Fixed a bug where :class:`cluster.DBSCAN` gives incorrect
result when input is a precomputed sparse matrix with initial
rows all zero. :issue:`8306` by :user:`Akshay Gupta <Akshay0724>`
Expand Down

0 comments on commit c1def80

Please sign in to comment.