Skip to content

Commit

Permalink
Merge pull request scikit-learn#6232 from maniteja123/fetch_20newsgroups
Browse files Browse the repository at this point in the history
MAINT: Print info message for fetch_20newsgroups
  • Loading branch information
ogrisel committed Feb 4, 2016
2 parents 864f1c0 + 006aacb commit 070ff21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sklearn/datasets/twenty_newsgroups.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ def fetch_20newsgroups(data_home=None, subset='train', categories=None,

if cache is None:
if download_if_missing:
print('Downloading 20news dataset. This may take a few minutes.')
cache = download_20newsgroups(target_dir=twenty_home,
cache_path=cache_path)
else:
Expand Down

0 comments on commit 070ff21

Please sign in to comment.