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 5b44065 commit a2f1779Copy full SHA for a2f1779
sklearn/datasets/_twenty_newsgroups.py
@@ -209,7 +209,7 @@ def fetch_20newsgroups(
209
make the assumption that the samples are independent and identically
210
distributed (i.i.d.), such as stochastic gradient descent.
211
212
- random_state : int, RandomState instance or None, default=None
+ random_state : int, RandomState instance or None, default=42
213
Determines random number generation for dataset shuffling. Pass an int
214
for reproducible output across multiple function calls.
215
See :term:`Glossary <random_state>`.
0 commit comments