Re: [Scikit-learn-general] twentynewsgroups dataset fetch not working

2013-12-09 Thread Olivier Grisel
This is probably caused by a network connection issue when downloading the file the first time. Delete it from your scikit_learn_data folder in your user home directory and retry. -- Olivier -- Sponsored by Intel(R) XDK

[Scikit-learn-general] twentynewsgroups dataset fetch not working

2013-12-09 Thread nmura...@masonlive.gmu.edu
I am running python 2.7.3, using enthought canopy and am having issues with fetching the twenty news groups dataset. It says empty file when I try using the code provided in the example on the following page: http://scikit-learn.org/stable/datasets/twenty_newsgroups.html The first two lines of