Skip to content

Commit bb8cb05

Browse files
committed
Fix whats_new rendering
1 parent 49b730f commit bb8cb05

File tree

1 file changed

+19
-18
lines changed

1 file changed

+19
-18
lines changed

doc/whats_new.rst

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ New features
4040
detection based on nearest neighbors.
4141
:issue:`5279` by `Nicolas Goix`_ and `Alexandre Gramfort`_.
4242

43-
- The new solver ``mu`` implements a Multiplicate Update in
43+
- The new solver ``'mu'`` implements a Multiplicate Update in
4444
:class:`decomposition.NMF`, allowing the optimization of all
4545
beta-divergences, including the Frobenius norm, the generalized
4646
Kullback-Leibler divergence and the Itakura-Saito divergence.
@@ -55,7 +55,7 @@ New features
5555
particularly useful for targets with an exponential trend.
5656
:issue:`7655` by :user:`Karan Desai <karandesai-96>`.
5757

58-
- Added solver ``saga`` that implements the improved version of Stochastic
58+
- Added solver ``'saga'`` that implements the improved version of Stochastic
5959
Average Gradient, in :class:`linear_model.LogisticRegression` and
6060
:class:`linear_model.Ridge`. It allows the use of L1 penalty with
6161
multinomial logistic loss, and behaves marginally better than 'sag'
@@ -108,7 +108,7 @@ Enhancements
108108
:class:`kernel_approximation.SkewedChi2Sampler`. Since the Skewed-Chi2
109109
kernel is defined on the open interval :math:`(-skewedness; +\infty)^d`,
110110
the transform function should not check whether ``X < 0`` but whether ``X <
111-
-self.skewedness``. :issue:`7573` by `Romain Brault`_.
111+
-self.skewedness``. :issue:`7573` by :user:`Romain Brault <RomainBrault>`.
112112

113113
- The ``min_weight_fraction_leaf`` constraint in tree construction is now
114114
more efficient, taking a fast path to declare a node a leaf if its weight
@@ -201,23 +201,23 @@ Enhancements
201201
solver. :issue:`8835` by :user:`Joan Massich <massich>`.
202202

203203
- Prevent cast from float32 to float64 in
204-
:class:`sklearn.linear_model.Ridge` when using svd, sparse_cg, cholesky or lsqr solvers
205-
by :user:`Joan Massich <massich>`, ::user::`Nicolas Cordier <ncordier>`
204+
:class:`linear_model.Ridge` when using svd, sparse_cg, cholesky or lsqr solvers
205+
by :user:`Joan Massich <massich>`, :user:`Nicolas Cordier <ncordier>`
206206

207207
- Add ``max_train_size`` parameter to :class:`model_selection.TimeSeriesSplit`
208208
:issue:`8282` by :user:`Aman Dalmia <dalmia>`.
209209

210210
Bug fixes
211211
.........
212212

213-
- :func:`metrics.ranking.average_precision_score` no longer linearly
213+
- :func:`metrics.average_precision_score` no longer linearly
214214
interpolates between operating points, and instead weighs precisions
215215
by the change in recall since the last operating point, as per the
216216
`Wikipedia entry <http://en.wikipedia.org/wiki/Average_precision>`_.
217217
(`#7356 <https://github.com/scikit-learn/scikit-learn/pull/7356>`_). By
218218
`Nick Dingwall`_ and `Gael Varoquaux`_.
219219

220-
- Fixed a bug in :class:`sklearn.covariance.MinCovDet` where inputting data
220+
- Fixed a bug in :class:`covariance.MinCovDet` where inputting data
221221
that produced a singular covariance matrix would cause the helper method
222222
``_c_step`` to throw an exception.
223223
:issue:`3367` by :user:`Jeremy Steward <ThatGeoGuy>`
@@ -376,22 +376,23 @@ Bug fixes
376376
- Add ``shuffle`` parameter to :func:`model_selection.train_test_split`.
377377
:issue:`8845` by :user:`themrmax <themrmax>`
378378

379-
- Fix AIC/BIC criterion computation in :class:`linear_model.LassoLarsIC`
380-
by `Alexandre Gramfort`_ and :user:`Mehmet Basbug <mehmetbasbug>`.
379+
- Fix AIC/BIC criterion computation in :class:`linear_model.LassoLarsIC`.
380+
:issue:`9022` by `Alexandre Gramfort`_ and :user:`Mehmet Basbug <mehmetbasbug>`.
381381

382382
- Fix bug where stratified CV splitters did not work with
383-
:class:`linear_model.LassoCV`. :issue:`8973` by `Paulo Haddad <paulochf>`.
383+
:class:`linear_model.LassoCV`. :issue:`8973` by
384+
:user:`Paulo Haddad <paulochf>`.
384385

385386
- Fixed a bug in :class:`linear_model.RandomizedLasso`,
386-
:class:`linear_model.Lars`, :class:`linear_model.LarsLasso`,
387-
:class:`linear_model.LarsCV` and :class:`linear_model.LarsLassoCV`,
387+
:class:`linear_model.Lars`, :class:`linear_model.LassoLars`,
388+
:class:`linear_model.LarsCV` and :class:`linear_model.LassoLarsCV`,
388389
where the parameter ``precompute`` were not used consistently accross
389390
classes, and some values proposed in the docstring could raise errors.
390391
:issue:`5359` by `Tom Dupre la Tour`_.
391392

392393
- Fixed a bug where :func:`model_selection.validation_curve`
393394
reused the same estimator for each parameter value.
394-
:issue:`7365` by `Aleksandr Sandrovskii <Sundrique>`.
395+
:issue:`7365` by :user:`Aleksandr Sandrovskii <Sundrique>`.
395396

396397
API changes summary
397398
-------------------
@@ -440,8 +441,8 @@ API changes summary
440441
:issue:`2879` by :user:`Stephen Hoover <stephen-hoover>`.
441442

442443
- The ``decision_function`` output shape for binary classification in
443-
:class:`multi_class.OneVsRestClassifier` and
444-
:class:`multi_class.OneVsOneClassifier` is now ``(n_samples,)`` to conform
444+
:class:`multiclass.OneVsRestClassifier` and
445+
:class:`multiclass.OneVsOneClassifier` is now ``(n_samples,)`` to conform
445446
to scikit-learn conventions. :issue:`9100` by `Andreas Müller`_.
446447

447448
- Gradient boosting base models are no longer estimators. By `Andreas Müller`_.
@@ -462,9 +463,9 @@ API changes summary
462463
method ``check_decision_proba_consistency`` has been added in
463464
**sklearn.utils.estimator_checks** to check their consistency.
464465
:issue:`7578` by :user:`Shubham Bhardwaj <shubham0704>`
465-
466+
466467
- In version 0.21, the default behavior of splitters that use the
467-
    ``test_size`` and ``train_size`` parameter will change, such that
468+
``test_size`` and ``train_size`` parameter will change, such that
468469
specifying ``train_size`` alone will cause ``test_size`` to be the
469470
remainder. :issue:`7459` by :user:`Nelson Liu <nelson-liu>`.
470471

@@ -482,7 +483,7 @@ API changes summary
482483
:class:`cluster.bicluster.SpectralBiclustering` now accept ``y`` in fit.
483484
:issue:`6126` by :user:ldirer
484485

485-
- :class:`neighbors.approximate.LSHForest` has been deprecated and will be
486+
- :class:`neighbors.LSHForest` has been deprecated and will be
486487
removed in 0.21 due to poor performance.
487488
:issue:`8996` by `Andreas Müller`_.
488489

0 commit comments

Comments
 (0)