Skip to content

Commit bc142c8

Browse files
committed
Merge pull request scikit-learn#5650 from shawpan/fix-user-guide-link-ransac#5621
Fixed user guide link in RansacRegressor API documentation scikit-learn#5621
2 parents 4a9ba05 + 0f6535d commit bc142c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sklearn/linear_model/ransac.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ class RANSACRegressor(BaseEstimator, MetaEstimatorMixin, RegressorMixin):
6060
A detailed description of the algorithm can be found in the documentation
6161
of the ``linear_model`` sub-package.
6262
63-
Read more in the :ref:`User Guide <RansacRegression>`.
63+
Read more in the :ref:`User Guide <ransac_regression>`.
6464
6565
Parameters
6666
----------

0 commit comments

Comments
 (0)