Skip to content

Commit

Permalink
whats_new: mention sample_weight in Pipeline.score
Browse files Browse the repository at this point in the history
  • Loading branch information
kmike committed Oct 29, 2016
1 parent bb94713 commit 71d486d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion doc/whats_new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ Enhancements
- Added ``norm_order`` parameter to :class:`feature_selection.SelectFromModel`
to enable selection of the norm order when ``coef_`` is more than 1D

- Added ``sample_weight`` parameter to :meth:`pipeline.Pipeline.score`.
(`#7723 <https://github.com/scikit-learn/scikit-learn/pull/7723>`_)
by `Mikhail Korobov`_.

Bug fixes
.........

Expand Down Expand Up @@ -4675,7 +4679,7 @@ David Huard, Dave Morrill, Ed Schofield, Travis Oliphant, Pearu Peterson.

.. _Yannick Schwartz: https://team.inria.fr/parietal/schwarty/

.. _Mikhail Korobov: http://kmike.ru/pages/about/
.. _Mikhail Korobov: https://github.com/kmike

.. _Kyle Kastner: http://kastnerkyle.github.io

Expand Down

0 comments on commit 71d486d

Please sign in to comment.