We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
normalize
In the Output Values section are some typos:
""" Minimum possible value is 0. Maximum possible value is 1.0, or the number of examples input, if normalize is set to True. """
True
The corrections are in bold:
""" Minimum possible value is 0. Maximum possible value is 1.0, or the number of examples in the input, if normalize is set to None (default). """
None
Additionally, I would specify in the Inputs section the permitted values for normalize: {'pred', 'all', 'true'} or None.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
In the Output Values section are some typos:
"""
Minimum possible value is 0. Maximum possible value is 1.0,
or the number of examples input, if
normalize
is set toTrue
."""
The corrections are in bold:
"""
Minimum possible value is 0. Maximum possible value is 1.0,
or the number of examples in the input, if
normalize
is set toNone
(default)."""
Additionally, I would specify in the Inputs section the permitted values for
normalize
: {'pred', 'all', 'true'} orNone
.The text was updated successfully, but these errors were encountered: