Fixes Robust Regression Example Link From UCLA issue #23631#23660
Fixes Robust Regression Example Link From UCLA issue #23631#23660lesteve merged 4 commits intoscikit-learn:mainfrom
Conversation
|
Thanks for your PR! It seems like the text in our documentation mention the R implementation but the link you found is mostly about Stata, which is a different language. Small tip for your next PR: it is best practice to use a separate branch than |
|
I think this is the link we want to use: It seems very similar to a older version of the link in the web.archive.org website https://web.archive.org/web/20160214011330/http://statistics.ats.ucla.edu/stat/r/dae/rreg.htm |
switched sdata link to R
|
I have corrected the link, I shouldn't have second guessed myself. I wasn't paying close attention to the link URL. I had originally found that one. |
|
Merging, thanks a lot! |
Reference Issues/PRs
Fix broken links in the documentation #23631
What does this implement/fix? Explain your changes.
Fixes http://www.ats.ucla.edu/stat/r/dae/rreg.html broken link in modules/linear_model.rst
by replacing this link with
https://stats.oarc.ucla.edu/stata/dae/robust-regression/
Any other comments?
Super excited to be a contributor to this, especially as a first time contributor. I love scikit-learn