This documentation is for scikit-learn version 0.11-gitOther versions

Citing

If you use the software, please consider citing scikit-learn.

This page

8.4.1.1. 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.