Advertisement
Guest User

Untitled

a guest
Oct 2nd, 2014
249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. import sklearn.datasets
  2. MLCOMP_DIR = r"~/my/data/"
  3. data = sklearn.datasets.load_mlcomp("20news-18828", mlcomp_root=MLCOMP_DIR)
  4.  
  5. ValueError: Could not find dataset with metadata line: name: 20news-18828
  6.  
  7. The dataset used in this example is the 20 newsgroups dataset and should be
  8. downloaded from the http://mlcomp.org (free registration required):
  9.  
  10. http://mlcomp.org/datasets/379
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement