|
7 | 7 | Version 0.22.0 |
8 | 8 | ============== |
9 | 9 |
|
10 | | -**In Development** |
| 10 | +**November 29 2019** |
11 | 11 |
|
12 | 12 | For a short description of the main highlights of the release, please |
13 | 13 | refer to |
@@ -516,20 +516,20 @@ Changelog |
516 | 516 | - |Fix| :class:`linear_model.LassoCV` no longer forces ``precompute=False`` |
517 | 517 | when fitting the final model. :pr:`14591` by `Andreas Müller`_. |
518 | 518 |
|
519 | | -- |FIX| :class:`linear_model.RidgeCV` and :class:`linear_model.RidgeClassifierCV` |
| 519 | +- |Fix| :class:`linear_model.RidgeCV` and :class:`linear_model.RidgeClassifierCV` |
520 | 520 | now correctly scores when `cv=None`. |
521 | 521 | :pr:`14864` by :user:`Venkatachalam N <venkyyuvy>`. |
522 | 522 |
|
523 | | -- |FIX| Fixed a bug in :class:`linear_model.LogisticRegressionCV` where the |
| 523 | +- |Fix| Fixed a bug in :class:`linear_model.LogisticRegressionCV` where the |
524 | 524 | ``scores_``, ``n_iter_`` and ``coefs_paths_`` attribute would have a wrong |
525 | 525 | ordering with ``penalty='elastic-net'``. :pr:`15044` by `Nicolas Hug`_ |
526 | 526 |
|
527 | | -- |FIX| :class:`linear_model.MultiTaskLassoCV` and |
| 527 | +- |Fix| :class:`linear_model.MultiTaskLassoCV` and |
528 | 528 | :class:`linear_model.MultiTaskElasticNetCV` with X of dtype int |
529 | 529 | and `fit_intercept=True`. |
530 | 530 | :pr:`15086` by :user:`Alex Gramfort <agramfort>`. |
531 | 531 |
|
532 | | -- |FIX| The liblinear solver now supports ``sample_weight``. |
| 532 | +- |Fix| The liblinear solver now supports ``sample_weight``. |
533 | 533 | :pr:`15038` by :user:`Guillaume Lemaitre <glemaitre>`. |
534 | 534 |
|
535 | 535 | :mod:`sklearn.manifold` |
@@ -804,7 +804,7 @@ Changelog |
804 | 804 | - |Fix| fixed a bug in :class:`BaseLibSVM._sparse_fit` where n_SV=0 raised a |
805 | 805 | ZeroDivisionError. :pr:`14894` by :user:`Danna Naser <danna-naser>`. |
806 | 806 |
|
807 | | -- |FIX| The liblinear solver now supports ``sample_weight``. |
| 807 | +- |Fix| The liblinear solver now supports ``sample_weight``. |
808 | 808 | :pr:`15038` by :user:`Guillaume Lemaitre <glemaitre>`. |
809 | 809 |
|
810 | 810 |
|
|
0 commit comments