Skip to content

DOC Update random_state entry for dummy / random_projection #16347

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

Merged
merged 4 commits into from
Feb 5, 2020

Conversation

DatenBiene
Copy link
Contributor

Reference Issue:
partially addressed #10548

Updated the documentation for random_state in :
sklearn/dummy.py - 59
sklearn/random_projection.py - 178, 245, 464, 586

Controls the pseudo random number generator used to generate the matrix
at fit time.
Pass an int for reproducible output across multiple function calls.
See :term:`Glossary <random_state>`.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You removed a blank line

@DatenBiene
Copy link
Contributor Author

I have addressed your comments @rth 😃

Copy link
Member

@rth rth left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks @DatenBiene !

@rth rth merged commit 32cce97 into scikit-learn:master Feb 5, 2020
@rth rth changed the title [DOC] Update random_state descriptions for dummy and random_projection DOC Update random_state entry for dummy / random_projection Feb 5, 2020
thomasjpfan pushed a commit to thomasjpfan/scikit-learn that referenced this pull request Feb 22, 2020
panpiort8 pushed a commit to panpiort8/scikit-learn that referenced this pull request Mar 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants