Skip to content

Commit

Permalink
scikit-learn#5840: Adding my name to one of the bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
hlin117 committed Nov 16, 2015
1 parent 09c3fbf commit 1f553b0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions doc/whats_new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,8 @@ Bug fixes
oob_score and X is a sparse.csc_matrix. By `Ankur Ankan`_.

- All regressors now consistently handle and warn when given ``y`` that is of
shape ``(n_samples, 1)``. By `Andreas Müller`_.
shape ``(n_samples, 1)``. By `Andreas Müller`_ and Henry Lin.
(`#5431 <https://github.com/scikit-learn/scikit-learn/pull/5431>`_)

- Fix in :class:`cluster.KMeans` cluster reassignment for sparse input by
`Lars Buitinck`_.
Expand Down Expand Up @@ -414,14 +415,14 @@ Bug fixes

- Fixed inconsistent memory layout in the coordinate descent solver
that affected :class:`linear_model.DictionaryLearning` and
:class:`covariance.GraphLasso`. (`#5337 <https://github.com/scikit-learn/scikit-learn/pull/5337>`)
:class:`covariance.GraphLasso`. (`#5337 <https://github.com/scikit-learn/scikit-learn/pull/5337>`_)
By `Oliver Grisel`_.

- :class:`manifold.LocallyLinearEmbedding` no longer ignores the ``reg``
parameter.

- Nearest Neighbor estimators with custom distance metrics can now be pickled.
(`4362 <https://github.com/scikit-learn/scikit-learn/pull/4362>`)
(`4362 <https://github.com/scikit-learn/scikit-learn/pull/4362>`_)

- Fixed a bug in :class:`pipeline.FeatureUnion` where ``transformer_weights``
were not properly handled when performing grid-searches.
Expand Down

0 comments on commit 1f553b0

Please sign in to comment.