-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
DOC Fix scipy broken link #23697
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DOC Fix scipy broken link #23697
Conversation
Rather than linking to a very old scipy doc, I think this is better to link to scipy.stats.loguniform doc and mention that scikit-learn This is the scipy PR where it was added: scipy/scipy#10815 |
Hi @lesteve I changed the link and added a comment, but I'm not sure about it. What do you think ? |
I pushed a tweak, after thinking a bit more about it, I don't think this is worth mentioning the backward compatibility for scipy < 1.14 since for the next release scipy 1.14 won't be supported. Also sklearn.utils.fixes.loguniform will be removed anyway in the next release #23699. |
Merging, thanks a lot! |
Co-authored-by: Loïc Estève <loic.esteve@ymail.com>
Co-authored-by: Loïc Estève <loic.esteve@ymail.com>
Co-authored-by: Loïc Estève <loic.esteve@ymail.com>
Reference Issues/PRs
#23631
What does this implement/fix? Explain your changes.
The link https://docs.scipy.org/doc/scipy/reference/generated/scipy.stats.reciprocal.html vas broken, replaced it with https://docs.scipy.org/doc/scipy-0.14.0/reference/generated/scipy.stats.reciprocal.html.
As the scipy.stats.reciprocal disappeared in new version of scipy, I changed the link to an old version of the doc.
Any other comments?