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 00cc485 commit ecf4b43Copy full SHA for ecf4b43
sklearn/utils/__init__.py
@@ -159,7 +159,7 @@ def warn_if_not_float(X, estimator='This algorithm'):
159
class deprecated(object):
160
"""Decorator to mark a function or class as deprecated.
161
162
- Prints a warning when the function is called/the class is instantiated and
+ Issue a warning when the function is called/the class is instantiated and
163
adds a warning to the docstring.
164
165
The optional extra argument will be appended to the deprecation message
0 commit comments