Skip to content

Commit ee09095

Browse files
adrinjalaliqinhanmin2014
authored andcommitted
DOC minor fixes in whats_new for the release (scikit-learn#15632)
1 parent 5483b0e commit ee09095

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

doc/whats_new/v0.22.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
Version 0.22.0
88
==============
99

10-
**In Development**
10+
**November 29 2019**
1111

1212
For a short description of the main highlights of the release, please
1313
refer to
@@ -516,20 +516,20 @@ Changelog
516516
- |Fix| :class:`linear_model.LassoCV` no longer forces ``precompute=False``
517517
when fitting the final model. :pr:`14591` by `Andreas Müller`_.
518518

519-
- |FIX| :class:`linear_model.RidgeCV` and :class:`linear_model.RidgeClassifierCV`
519+
- |Fix| :class:`linear_model.RidgeCV` and :class:`linear_model.RidgeClassifierCV`
520520
now correctly scores when `cv=None`.
521521
:pr:`14864` by :user:`Venkatachalam N <venkyyuvy>`.
522522

523-
- |FIX| Fixed a bug in :class:`linear_model.LogisticRegressionCV` where the
523+
- |Fix| Fixed a bug in :class:`linear_model.LogisticRegressionCV` where the
524524
``scores_``, ``n_iter_`` and ``coefs_paths_`` attribute would have a wrong
525525
ordering with ``penalty='elastic-net'``. :pr:`15044` by `Nicolas Hug`_
526526

527-
- |FIX| :class:`linear_model.MultiTaskLassoCV` and
527+
- |Fix| :class:`linear_model.MultiTaskLassoCV` and
528528
:class:`linear_model.MultiTaskElasticNetCV` with X of dtype int
529529
and `fit_intercept=True`.
530530
:pr:`15086` by :user:`Alex Gramfort <agramfort>`.
531531

532-
- |FIX| The liblinear solver now supports ``sample_weight``.
532+
- |Fix| The liblinear solver now supports ``sample_weight``.
533533
:pr:`15038` by :user:`Guillaume Lemaitre <glemaitre>`.
534534

535535
:mod:`sklearn.manifold`
@@ -804,7 +804,7 @@ Changelog
804804
- |Fix| fixed a bug in :class:`BaseLibSVM._sparse_fit` where n_SV=0 raised a
805805
ZeroDivisionError. :pr:`14894` by :user:`Danna Naser <danna-naser>`.
806806

807-
- |FIX| The liblinear solver now supports ``sample_weight``.
807+
- |Fix| The liblinear solver now supports ``sample_weight``.
808808
:pr:`15038` by :user:`Guillaume Lemaitre <glemaitre>`.
809809

810810

0 commit comments

Comments
 (0)