Skip to content

Commit 5d2e897

Browse files
adrinjalaliglemaitre
authored andcommitted
MAINT: minor fix to whats_new (scikit-learn#13695)
Thanks
1 parent f0ed930 commit 5d2e897

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/whats_new/v0.21.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ random sampling procedures.
2929
- :class:`ensemble.GradientBoostingClassifier` |Fix|
3030
- :class:`sklearn.feature_extraction.text.HashingVectorizer`,
3131
:class:`sklearn.feature_extraction.text.TfidfVectorizer`, and
32-
:class:`sklearn.feature_extraction.text.CountVectorizer` |API|
32+
:class:`sklearn.feature_extraction.text.CountVectorizer` |Fix|
3333
- :class:`neural_network.MLPClassifier` |Fix|
3434
- :func:`svm.SVC.decision_function` and
3535
:func:`multiclass.OneVsOneClassifier.decision_function`. |Fix|
@@ -271,7 +271,7 @@ Support for Python 3.4 and below has been officially dropped.
271271
:mod:`sklearn.feature_extraction`
272272
.................................
273273

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

402402
:mod:`sklearn.manifold`
403-
............................
403+
.......................
404404

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

528528
:mod:`sklearn.multioutput`
529-
........................
529+
..........................
530530

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

664664
:mod:`sklearn.utils`
665-
...................
665+
....................
666666

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

0 commit comments

Comments
 (0)