Skip to content

Commit 417788c

Browse files
committed
DOC minor whats_new tweaks
1 parent 3d9463d commit 417788c

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

doc/whats_new.rst

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ New features
2626
and it is available calling with parameter ``svd_solver='randomized'``.
2727
The default number of ``n_iter`` for ``'randomized'`` has changed to 4. The old
2828
behavior of PCA is recovered by ``svd_solver='full'``. An additional solver
29-
calls `arpack` and performs truncated (non-randomized) SVD. By default,
29+
calls ``arpack`` and performs truncated (non-randomized) SVD. By default,
3030
the best solver is selected depending on the size of the input and the
3131
number of components requested.
3232
(`#5299 <https://github.com/scikit-learn/scikit-learn/pull/5299>`_) by `Giorgio Patrini`_.
@@ -192,11 +192,11 @@ Bug fixes
192192
see `#6121 <https://github.com/scikit-learn/scikit-learn/issues/6121>`_ for
193193
more details. By `Loic Esteve`_.
194194

195-
- Attribute `explained_variance_ratio_` calculated with the SVD solver of
195+
- Attribute ``explained_variance_ratio_`` calculated with the SVD solver of
196196
:clas:`discriminant_analysis.LinearDiscriminantAnalysis` now returns
197197
correct results. By `JPFrancoia`_
198198

199-
- Fixed incorrect gradient computation for `loss='squared_epsilon_insensitive'` in
199+
- Fixed incorrect gradient computation for ``loss='squared_epsilon_insensitive'`` in
200200
:class:`linear_model.SGDClassifier` and :class:`linear_model.SGDRegressor`
201201
(`#6764 <https://github.com/scikit-learn/scikit-learn/pull/6764>`_). By `Wenhua Yang`_.
202202

@@ -4182,8 +4182,5 @@ David Huard, Dave Morrill, Ed Schofield, Travis Oliphant, Pearu Peterson.
41824182
.. _Ori Ziv: https://github.com/zivori
41834183

41844184
.. _Sears Merritt: https://github.com/merritts
4185-
<<<<<<< HEAD
41864185

41874186
.. _Wenhua Yang: https://github.com/geekoala
4188-
=======
4189-
>>>>>>> FIX bug where expected_mutual_information may miscalculate

0 commit comments

Comments
 (0)