We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc56167 commit a92ec1bCopy full SHA for a92ec1b
sklearn/utils/fixes.py
@@ -138,7 +138,7 @@ class loguniform(scipy.stats.reciprocal):
138
139
The logarithmic probability density function (PDF) is uniform. When
140
``x`` is a uniformly distributed random variable between 0 and 1, ``10**x``
141
- are random variales that are equally likely to be returned.
+ are random variables that are equally likely to be returned.
142
143
This class is an alias to ``scipy.stats.reciprocal``, which uses the
144
reciprocal distribution:
0 commit comments