8000
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 6b06ae7 commit 0ae299bCopy full SHA for 0ae299b
sklearn/utils/validation.py
@@ -1377,7 +1377,7 @@ def check_scalar(
1377
The minimum valid value the parameter can take. If None (default) it
1378
is implied that the parameter does not have a lower bound.
1379
1380
- max_val : float or int, default=False
+ max_val : float or int, default=None
1381
The maximum valid value the parameter can take. If None (default) it
1382
is implied that the parameter does not have an upper bound.
1383
0 commit comments