Skip to content

GBRT API consistency #1088

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 14 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions doc/whats_new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ Changelog
- Fixed API inconsistency: :meth:`SGDClassifier.predict_proba` now
returns 2d array.

- Fixed feature importance computation in
:ref:`ensemble.gradient_boosting`.

API changes summary
-------------------

Expand Down Expand Up @@ -97,6 +100,10 @@ API changes summary
``min_n`` and ``max_n`` were joined to the parameter ``n_gram_range`` to
enable grid-searching both at once.

- :class:`ensemble.GradientBoostingClassifier` now supports
:meth:`ensemble.GradientBoostingClassifier.staged_predict_proba`, and
:meth:`ensemble.GradientBoostingClassifier.staged_predict`.

.. _changes_0_11:

0.11
Expand Down
Loading