File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -284,7 +284,7 @@ Bug fixes
284284 more details. By `Loic Esteve `_.
285285
286286 - Attribute ``explained_variance_ratio_ `` calculated with the SVD solver of
287- :clas : `discriminant_analysis.LinearDiscriminantAnalysis ` now returns
287+ :class : `discriminant_analysis.LinearDiscriminantAnalysis ` now returns
288288 correct results. By `JPFrancoia `_
289289
290290 - Fixed incorrect gradient computation for ``loss='squared_epsilon_insensitive' `` in
@@ -311,7 +311,7 @@ Bug fixes
311311
312312 - :func: `pairwise_distances ` now converts arrays to boolean arrays when
313313 required in scipy.spatial.distance.
314- (`#5460 https://github.com/scikit-learn/scikit-learn/pull/5460> `_)
314+ (`#5460 < https://github.com/scikit-learn/scikit-learn/pull/5460 >`_)
315315 By `Tom Dupre la Tour `_.
316316
317317 - :func: `datasets.load_svmlight_file ` now is able to read long int QID values.
@@ -711,7 +711,7 @@ Bug fixes
711711 - Fixed inconsistent memory layout in the coordinate descent solver
712712 that affected :class: `linear_model.DictionaryLearning ` and
713713 :class: `covariance.GraphLasso `. (`#5337 <https://github.com/scikit-learn/scikit-learn/pull/5337 >`_)
714- By `Oliver Grisel `_.
714+ By `Olivier Grisel `_.
715715
716716 - :class: `manifold.LocallyLinearEmbedding ` no longer ignores the ``reg ``
717717 parameter.
You can’t perform that action at this time.
0 commit comments