Thanks to visit codestin.com
Credit goes to github.com

Skip to content

DOC minor fix to whats_new #13695

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

Merged
merged 1 commit into from
Apr 23, 2019
Merged
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
10 changes: 5 additions & 5 deletions doc/whats_new/v0.21.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ random sampling procedures.
- :class:`ensemble.GradientBoostingClassifier` |Fix|
- :class:`sklearn.feature_extraction.text.HashingVectorizer`,
:class:`sklearn.feature_extraction.text.TfidfVectorizer`, and
:class:`sklearn.feature_extraction.text.CountVectorizer` |API|
:class:`sklearn.feature_extraction.text.CountVectorizer` |Fix|
- :class:`neural_network.MLPClassifier` |Fix|
- :func:`svm.SVC.decision_function` and
:func:`multiclass.OneVsOneClassifier.decision_function`. |Fix|
Expand Down Expand Up @@ -271,7 +271,7 @@ Support for Python 3.4 and below has been officially dropped.
:mod:`sklearn.feature_extraction`
.................................

- |API| If ``input='file'`` or ``input='filename'``, and a callable is given
- |Fix| |API| If ``input='file'`` or ``input='filename'``, and a callable is given
as the ``analyzer``, :class:`sklearn.feature_extraction.text.HashingVectorizer`,
:class:`sklearn.feature_extraction.text.TfidfVectorizer`, and
:class:`sklearn.feature_extraction.text.CountVectorizer` now read the data
Expand Down Expand Up @@ -400,7 +400,7 @@ Support for Python 3.4 and below has been officially dropped.
by :user:`Bartosz Telenczuk <btel>`

:mod:`sklearn.manifold`
............................
.......................

- |Efficiency| Make :func:`manifold.tsne.trustworthiness` use an inverted index
instead of an `np.where` lookup to find the rank of neighbors in the input
Expand Down Expand Up @@ -526,7 +526,7 @@ Support for Python 3.4 and below has been officially dropped.
:issue:`10440` by :user:`Jonathan Ohayon <Johayon>`.

:mod:`sklearn.multioutput`
........................
..........................

- |Fix| Fixed a bug in :class:`multiout.MultiOutputClassifier` where the
`predict_proba` method incorrectly checked for `predict_proba` attribute in
Expand Down Expand Up @@ -662,7 +662,7 @@ Support for Python 3.4 and below has been officially dropped.
:issue:`12344` by :user:`Adrin Jalali <adrinjalali>`.

:mod:`sklearn.utils`
...................
....................

- |API| Deprecated ``warn_on_dtype`` parameter from :func:`utils.check_array`
and :func:`utils.check_X_y`. Added explicit warning for dtype conversion
Expand Down