This page

Citing

Please consider citing the scikit-learn.

9.19.1.10. sklearn.datasets.load_20newsgroups

sklearn.datasets.load_20newsgroups(*args, **kwargs)

DEPRECATED: Use fetch_20newsgroups instead with download_if_missing=False

Alias for fetch_20newsgroups(download_if_missing=False).

See fetch_20newsgroups.__doc__ for documentation and parameter list.