In check_scalar function, max_val default value should be None #22031
Labels
Documentation
Easy
Well-defined and straightforward way to resolve
good first issue
Easy with clear instructions to resolve
Describe the issue linked to the documentation
In this documentation for
check_scalar
,https://scikit-learn.org/dev/modules/generated/sklearn.utils.check_scalar.html
the
max_val
hasdefault=False
.Suggest a potential alternative/fix
Change
max_val
default value todefault=None
Note for Beginners
Here are notes on how to get started:
Note that due to limited resources, it may take many days before we can review your pull request. Please be patient, and if you don't receive any feedback within two weeks, you can give us a reminder on gitter.
The text was updated successfully, but these errors were encountered: