Skip to content

Commit

Permalink
Update what's new for recent changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jnothman committed Aug 8, 2017
1 parent 6c6d6a2 commit 2cc156f
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions doc/whats_new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,6 @@ Model selection and evaluation
:class:`model_selection.RepeatedStratifiedKFold`.
:issue:`8120` by `Neeraj Gangwar`_.

- Added a scorer based on :class:`metrics.explained_variance_score`.
:issue:`9259` by `Hanmin Qin <https://github.com/qinhanmin2014>`_.

Miscellaneous

- Validation that input data contains no NaN or inf can now be suppressed
Expand Down Expand Up @@ -334,6 +331,9 @@ Model evaluation and meta-estimators
- More clustering metrics are now available through :func:`metrics.get_scorer`
and ``scoring`` parameters. :issue:`8117` by `Raghav RV`_.

- A scorer based on :func:`metrics.explained_variance_score` is also available.
:issue:`9259` by `Hanmin Qin <https://github.com/qinhanmin2014>`_.

Metrics

- :func:`metrics.matthews_corrcoef` now support multiclass classification.
Expand Down Expand Up @@ -606,6 +606,9 @@ Model evaluation and meta-estimators
raised on trying to stack matrices with different dimensions.
:issue:`8093` by :user:`Peter Bull <pjbull>`.

- Cross validation now works with Pandas datatypes that that have a
read-only index. :issue:`9507` by `Loic Esteve`_.

Metrics

- :func:`metrics.average_precision_score` no longer linearly
Expand Down

1 comment on commit 2cc156f

@amueller
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These are not in master, right?

Please sign in to comment.