From ced5da0caa99f1137a8ff5b216ac4743d1cbe80d Mon Sep 17 00:00:00 2001 From: adrinjalali Date: Tue, 23 Apr 2019 08:56:45 +0200 Subject: [PATCH] minor fix to whats_new --- doc/whats_new/v0.21.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/whats_new/v0.21.rst b/doc/whats_new/v0.21.rst index 6313bda07a160..a86fd0dfb2ec2 100644 --- a/doc/whats_new/v0.21.rst +++ b/doc/whats_new/v0.21.rst @@ -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| @@ -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 @@ -400,7 +400,7 @@ Support for Python 3.4 and below has been officially dropped. by :user:`Bartosz Telenczuk ` :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 @@ -526,7 +526,7 @@ Support for Python 3.4 and below has been officially dropped. :issue:`10440` by :user:`Jonathan Ohayon `. :mod:`sklearn.multioutput` -........................ +.......................... - |Fix| Fixed a bug in :class:`multiout.MultiOutputClassifier` where the `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. :issue:`12344` by :user:`Adrin Jalali `. :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