`scipy.stats.loguniform` is a thing since scipy 1.4, see https://github.com/scipy/scipy/pull/10815. According to https://github.com/scikit-learn/scikit-learn/pull/23637#issuecomment-1157337426, 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.