Skip to content

Commit

Permalink
DOC typos in whats_news.rst [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
ogrisel committed Jul 13, 2017
1 parent ba72248 commit 36bc053
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions doc/whats_new.rst
Expand Up @@ -35,7 +35,7 @@ have extended the ``scoring`` and ``refit`` parameters for grid/randomized
search :ref:`to handle multiple metrics <multimetric_grid_search>`.

We've made some important fixes too. We've fixed a longstanding implementation
erorr in :func:`metrics.average_precision_score`, so please be cautious with
error in :func:`metrics.average_precision_score`, so please be cautious with
prior results reported from that function. A number of errors in the
:class:`manifold.TSNE` implementation have been fixed, particularly in the
default Barnes-Hut approximation. :class:`semi_supervised.LabelSpreading` and
Expand Down Expand Up @@ -207,7 +207,7 @@ Linear, kernelized and related models
:class:`linear_model.LogisticRegression` when using newton-cg solver; and
:class:`linear_model.Ridge` when using svd, sparse_cg, cholesky or lsqr
solvers. :issue:`8835`, :issue:`8061` by :user:`Joan Massich <massich>` and :user:`Nicolas
Cordier <ncordier>` and :user:`Thierry Guillemot`.
Cordier <ncordier>` and :user:`Thierry Guillemot <tguillemot>`.

Other predictors

Expand Down Expand Up @@ -468,7 +468,8 @@ Decomposition, manifold learning and clustering
- Fixed the implementation of :class:`manifold.TSNE`:
- ``early_exageration`` parameter had no effect and is now used for the
first 250 optimization iterations.
- Fixed the ``InsersionError`` reported in :issue:`8992`.
- Fixed the ``AssertionError: Tree consistency failed`` exception
reported in :issue:`8992`.
- Improve the learning schedule to match the one from the reference
implementation `lvdmaaten/bhtsne <https://github.com/lvdmaaten/bhtsne>`_.
by :user:`Thomas Moreau <tomMoral>` and `Olivier Grisel`_.
Expand Down

0 comments on commit 36bc053

Please sign in to comment.