8000 DOC add link to plot_ransac example in _ransac (#29636) · scikit-learn/scikit-learn@f977661 · GitHub
[go: up one dir, main page]

Skip to content

Commit f977661

Browse files
authored
DOC add link to plot_ransac example in _ransac (#29636)
1 parent 1874bba commit f977661

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sklearn/linear_model/_ransac.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,9 @@ class RANSACRegressor(
251251
0.9885...
252252
>>> reg.predict(X[:1,])
253253
array([-31.9417...])
254+
255+
For a more detailed example, see
256+
:ref:`sphx_glr_auto_examples_linear_model_plot_ransac.py`
254257
""" # noqa: E501
255258

256259
_parameter_constraints: dict = {

0 commit comments

Comments
 (0)
0