@@ -35,7 +35,7 @@ have extended the ``scoring`` and ``refit`` parameters for grid/randomized
3535search :ref: `to handle multiple metrics <multimetric_grid_search >`.
3636
3737We've made some important fixes too. We've fixed a longstanding implementation
38- erorr in :func: `metrics.average_precision_score `, so please be cautious with
38+ error in :func: `metrics.average_precision_score `, so please be cautious with
3939prior results reported from that function. A number of errors in the
4040:class: `manifold.TSNE ` implementation have been fixed, particularly in the
4141default Barnes-Hut approximation. :class: `semi_supervised.LabelSpreading ` and
@@ -207,7 +207,7 @@ Linear, kernelized and related models
207207 :class: `linear_model.LogisticRegression ` when using newton-cg solver; and
208208 :class: `linear_model.Ridge ` when using svd, sparse_cg, cholesky or lsqr
209209 solvers. :issue: `8835 `, :issue: `8061 ` by :user: `Joan Massich <massich> ` and :user: `Nicolas
210- Cordier <ncordier> ` and :user: `Thierry Guillemot `.
210+ Cordier <ncordier> ` and :user: `Thierry Guillemot <tguillemot> `.
211211
212212Other predictors
213213
@@ -468,7 +468,8 @@ Decomposition, manifold learning and clustering
468468 - Fixed the implementation of :class: `manifold.TSNE `:
469469 - ``early_exageration `` parameter had no effect and is now used for the
470470 first 250 optimization iterations.
471- - Fixed the ``InsersionError `` reported in :issue: `8992 `.
471+ - Fixed the ``AssertionError: Tree consistency failed `` exception
472+ reported in :issue: `8992 `.
472473 - Improve the learning schedule to match the one from the reference
473474 implementation `lvdmaaten/bhtsne <https://github.com/lvdmaaten/bhtsne >`_.
474475 by :user: `Thomas Moreau <tomMoral> ` and `Olivier Grisel `_.
0 commit comments