-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
DOC fix typo in load_boston docstring #21197
New issue
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
Conversation
The deprecation notice for the boston housing dataset had a sentence that read "in this case special case ..." - changed to "in this special case ..."
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the fix @rdboyes !
May you also adjust the same wording here:
scikit-learn/sklearn/datasets/_base.py
Line 1180 in 6d5774f
In this case special case, you can fetch the dataset from the original |
Placing on 1.0.1 milestone to fix grammar in deprecated function. |
Thanks @thomasjpfan - I had missed the second instance of the warning. It should be updated now to read the same way. |
Thanks @rdboyes Merging. |
Reference Issues/PRs
What does this implement/fix? Explain your changes.
The deprecation notice for the boston housing dataset had a sentence that read "in this case special case ..." - changed to "in this special case ..."
Any other comments?