[Scikit-learn-general] interrupted dataset download — implement redownload?

2015-12-31 Thread Toasted Corn Flakes
Currently, if you interrupt check_fetch_lfw() (which downloads about 200mb of data), the incomplete lfw-funneled.tgz stays on disk, and running it again raises EOFError: Compressed file ended before the end-of-stream marker was reached. Would it be useful to implement a retry in that case (dele

Re: [Scikit-learn-general] interrupted dataset download — implement redownload?

2016-01-05 Thread Toasted Corn Flakes
Done, see PR #6112. > On 04 Jan 2016, at 19:25, Andreas Mueller wrote: > > Yeah, having a continuation of the download or retry would be nice, I > think. PR welcome. > > On 12/31/2015 05:58 AM, Toasted Corn Flakes wrote: >> Currently, if you interrupt check_fetch_lfw(