Skip to content

Instantly share code, notes, and snippets.

View pg2455's full-sized avatar
🎯
Focusing

Prateek Gupta pg2455

🎯
Focusing
View GitHub Profile
@pg2455
pg2455 / Reuters.py
Last active August 29, 2015 14:26 — forked from herrfz/Reuters.py
Reuters-21578 keyword extraction
# Reuters-21578 dataset downloader and parser
#
# Author: Eustache Diemert <[email protected]>
# http://scikit-learn.org/stable/auto_examples/applications/plot_out_of_core_classification.html
#
# Modified by @herrfz, get pandas DataFrame from the orig SGML
# License: BSD 3 clause
from __future__ import print_function