8000 Updated whatsnew for sprint and LatentDirichletAllocation, add some m… · scikit-learn/scikit-learn@6942043 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6942043

Browse files
committed
Updated whatsnew for sprint and LatentDirichletAllocation, add some missing author links
1 parent 470b9a4 commit 6942043

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

doc/whats_new.rst

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@ New features
4141
conditioned on a label array. By `Brian McFee`_, Jean Kossaifi and
4242
`Gilles Louppe`_.
4343

44+
- :class:`decomposition.LatentDirichletAllocation` implements the Latent
45+
Dirichlet Allocation topic model with online variational
46+
inference. By `Chyi-Kwei Yau`_, with code based on an implementation
47+
by Matt Hoffman. (`#3659 <https://github.com/scikit-learn/scikit-learn/pull/3659>`_)
48+
4449

4550
Enhancements
4651
............
@@ -161,6 +166,13 @@ Enhancements
161166
method for retrieving the leaf indices each sample ends up in under
162167
each try. By `Jacob Schreiber`_.
163168

169+
- Add ``sample_weight`` support to :class:`linear_model.LinearRegression`.
170+
By Sonny Hu. (`#4481 <https://github.com/scikit-learn/scikit-learn/pull/4881>`_)
171+
172+
- Add ``n_iter_without_progress`` to :class:`manifold.TSNE` to control
173+
the stopping criterion. By Santi Villalba.
174+
(`#5185 <https://github.com/scikit-learn/scikit-learn/pull/5186>`_)
175+
164176
Bug fixes
165177
.........
166178

@@ -194,6 +206,10 @@ Bug fixes
194206
- Fixed :func:`cross_validation.cross_val_predict` for estimators with
195207
sparse predictions. By Buddha Prakash.
196208

209+
- Fixed the ``predict_proba`` method of :class:`linear_model.LogisticRegression`
210+
to use soft-max instead of one-vs-rest normalization. By `Manoj Kumar`_.
211+
(`#5182 <https://github.com/scikit-learn/scikit-learn/pull/5182>`_)
212+
197213
API changes summary
198214
-------------------
199215

@@ -3641,3 +3657,11 @@ David Huard, Dave Morrill, Ed Schofield, Travis Oliphant, Pearu Peterson.
36413657
.. _Brian McFee: https://bmcfee.github.io
36423658

36433659
.. _Vighnesh Birodkar: https://github.com/vighneshbirodkar
3660+
3661+
.. _Chyi-Kwei Yau: https://github.com/chyikwei
3662+
.. _Martino Sorbaro: https://github.com/martinosorb
3663+
.. _Jaidev Deshpande: https://github.com/jaidevd
3664+
.. _Arthur Mensch: https://github.com/arthurmensch
3665+
.. _Daniel Galvez: https://github.com/galv
3666+
.. _Jacob Schreiber: https://github.com/jmschrei
3667+
.. _Ankur Ankan: https://github.com/ankurankan

0 commit comments

Comments
 (0)
0