ContextLab / hypertools

A Python toolbox for gaining geometric insights into high-dimensional data
http://hypertools.readthedocs.io/en/latest/
MIT License
1.81k stars 161 forks source link

Missing wiki-models data? #214

Open jeremymanning opened 5 years ago

jeremymanning commented 5 years ago

hyp.load('wiki-model') throws this error:

RuntimeError: No data loaded. Please specify a .geo file or one of the following sample files: weights, weights_avg, weights_sample, spiral, mushrooms, wiki, nips or sotus.

Update (from @lucywowen): looks like it's just mis-named (wiki_model)

jeremymanning commented 5 years ago

Tagging as a bug so that the documentation can be updated...