-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
Remove sklearn.utils.fixes.loguniform for 1.3 release #23699
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
Comments
I am adding the "help wanted" tag. |
/take |
@brgopalakrishnan sorry there is already a PR on this one, feel free to look for another issue to work on! I guess we should have removed the help wanted label ... |
@lesteve Thank you for the update. Just curious, I see only the same in grid_search.rst line number 152. Is that the one supposed to be removed.? |
We finally decided to be conservative and keep scipy min version = 1.3.3 for one more version (reasons explained in #24650), so we need to keep the backport in the mean time unfortunately. I'm moving it to the 1.3 milestone |
scipy.stats.loguniform
is a thing since scipy 1.4, seescipy/scipy#10815.
According to #23637 (comment), the minimum Scipy release will be 1.6 when scikit-learn 1.2 is released.
That means
sklearn.utils.fixes.loguniform
can be removed, adding this issue so that we remember to do it when 1.2 release is close.The text was updated successfully, but these errors were encountered: