Skip to content

Commit

Permalink
DOC IsotonicRegression wasn't in the changelog at all
Browse files Browse the repository at this point in the history
  • Loading branch information
larsmans committed Mar 11, 2013
1 parent bb7da14 commit 32325eb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/sklearn/__check_build/_check_build.c -diff
/sklearn/_hmmc.c -diff
/sklearn/_isotonic.c -diff
/sklearn/cluster/_hierarchical.c -diff
/sklearn/cluster/_k_means.c -diff
/sklearn/datasets/_svmlight_format.c -diff
Expand Down
6 changes: 6 additions & 0 deletions doc/whats_new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ Changelog
:class:`tree.DecisionTreeRegressor` and all derived ensemble estimators
now supports percentage values. By `Gilles Louppe`_.

- Performance improvements in :class:`isotonic.IsotonicRegression` by
Nelle Varoquaux.


API changes summary
-------------------
Expand Down Expand Up @@ -182,6 +185,9 @@ New Estimator Classes
eigenmaps" transformation for nonlinear dimensionality reduction by Wei
Li. See :ref:`spectral_embedding` in the user guide.

- :class:`isotonic.IsotonicRegression` by `Fabian Pedregosa`_, `Alexandre Gramfort`_
and Nelle Varoquaux.


Changelog
---------
Expand Down

0 comments on commit 32325eb

Please sign in to comment.