After we download the 20 newsgroups by whatever means we prefer, the data object called groups is now available in the program. The data object is in the form of key-value dictionary. Its keys are as follows:
>>> groups.keys()
dict_keys(['description', 'target_names', 'target', 'filenames',
'DESCR', 'data'])
The target_names key gives the newsgroups names:
>>> groups['target_names']
['alt.atheism', 'comp.graphics', 'comp.os.ms-windows.misc', 'comp.sys.ibm.pc.hardware', 'comp.sys.mac.hardware', 'comp.windows.x', 'misc.forsale', 'rec.autos', 'rec.motorcycles', 'rec.sport.baseball', 'rec.sport.hockey', 'sci.crypt', 'sci.electronics', 'sci.med', 'sci.space&apos...