8000 DOC fix some links · scikit-learn/scikit-learn@de59516 · GitHub
[go: up one dir, main page]

Skip to content

Commit de59516

Browse files
committed
DOC fix some links
1 parent 92638e1 commit de59516

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

doc/whats_new/v0.21.rst

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -380,18 +380,18 @@ Support for Python 3.4 and below has been officially dropped.
380380
deterministic when trained in a multi-class setting on several threads.
381381
:issue:`13422` by :user:`Clément Doumouro <ClemDoum>`.
382382

383-
- |Fix| Fixed bug in :func:`linear_model.ridge.ridge_regression`,
384-
:class:`linear_model.ridge.Ridge` and
385-
:class:`linear_model.ridge.ridge.RidgeClassifier` that
383+
- |Fix| Fixed bug in :func:`linear_model.ridge_regression`,
384+
:class:`linear_model.Ridge` and
385+
:class:`linear_model.ridge.RidgeClassifier` that
386386
caused unhandled exception for arguments ``return_intercept=True`` and
387387
``solver=auto`` (default) or any other solver different from ``sag``.
388388
:issue:`13363` by :user:`Bartosz Telenczuk <btel>`
389389

390-
- |Fix| :func:`linear_model.ridge.ridge_regression` will now raise an exception
390+
- |Fix| :func:`linear_model.ridge_regression` will now raise an exception
391391
if ``return_intercept=True`` and solver is different from ``sag``. Previously,
392392
only warning was issued. :issue:`13363` by :user:`Bartosz Telenczuk <btel>`
393393

394-
- |Fix| :func:`linear_model.ridge.ridge_regression` will choose ``sparse_cg``
394+
- |Fix| :func:`linear_model.ridge_regression` will choose ``sparse_cg``
395395
solver for sparse inputs when ``solver=auto`` and ``sample_weight``
396396
is provided (previously `cholesky` solver was selected).
397397
:issue:`13363` by :user:`Bartosz Telenczuk <btel>`
@@ -449,8 +449,8 @@ Support for Python 3.4 and below has been officially dropped.
449449
`Joel Nothman`_ and `Andreas Müller`_
450450

451451
- |Enhancement| Added `beta` parameter to
452-
:func:`metrics.cluster.supervised.homogeneity_completeness_v_measure` and
453-
:func:`metrics.cluster.supervised.v_measure_score` to configure the
452+
:func:`metrics.cluster.homogeneity_completeness_v_measure` and
453+
:func:`metrics.cluster.v_measure_score` to configure the
454454
tradeoff between homogeneity and completeness.
455455
:issue:`13607` by :user:`Stephane Couvreur <scouvreur>` and
456456
and :user:`Ivan Sanchez <ivsanro1>`.
@@ -534,7 +534,7 @@ Support for Python 3.4 and below has been officially dropped.
534534
:mod:`sklearn.multioutput`
535535
..........................
536536

537-
- |Fix| Fixed a bug in :class:`multiout.MultiOutputClassifier` where the
537+
- |Fix| Fixed a bug in :class:`multioutput.MultiOutputClassifier` where the
538538
`predict_proba` method incorrectly checked for `predict_proba` attribute in
539539
the estimator object.
540540
:issue:`12222` by :user:`Rebekah Kim <rebekahkim>`
@@ -628,7 +628,7 @@ Support for Python 3.4 and below has been officially dropped.
628628
- |API| The default value of `copy` in :func:`preprocessing.quantile_transform`
629629
will change from False to True in 0.23 in order to make it more consistent
630630
with the default `copy` values of other functions in
631-
:mod:`preprocessing.data` and prevent unexpected side effects by modifying
631+
:mod:`preprocessing` and prevent unexpected side effects by modifying
632632
the value of `X` inplace.
633633
:issue:`13459` by :user:`Hunter McGushion <HunterMcGushion>`.
634634

@@ -650,7 +650,7 @@ Support for Python 3.4 and below has been officially dropped.
650650
removing a hard-to-install dependency. :issue:`8508` by `Andreas Müller`_.
651651

652652
- |Feature| Decision Trees can now be exported in a human readable
653-
textual format using :func:`tree.export.export_text`.
653+
textual format using :func:`tree.export_text`.
654654
:issue:`6261` by `Giuseppe Vettigli <JustGlowing>`.
655655

656656
- |Feature| ``get_n_leaves()`` and ``get_depth()`` have been added to

0 commit comments

Comments
 (0)
0