Ryan Henderson

Results 17 issues of Ryan Henderson

Currently the entire signature is stored as an array, and the words are stored as 32-bit(?) integers. Investigate compression schemes.

enhancement

Something is wrong with scikit-image and travis ``` Adding elasticsearch 5.3.0 to easy-install.pth file Installed /home/travis/miniconda/envs/test-environment/lib/python3.5/site-packages/elasticsearch-5.3.0-py3.5.egg Searching for scikit-image=0.12 Reading https://pypi.python.org/simple/scikit-image/ Downloading https://pypi.python.org/packages/86/d0/b0192dc9a544da90f2d9150bcd84b981c6873e42a1f752b6affb89180ad8/scikit-image-0.12.3.tar.gz#md5=04ea833383e0b6ad5f65da21292c25e1 Best match: scikit-image 0.12.3 Processing scikit-image-0.12.3.tar.gz Writing...

![](https://cloud.githubusercontent.com/assets/17834919/25771654/4aa9732c-3260-11e7-8370-8fcc62418677.JPG) Causes an error (see #64 )

Need to write documentation for new feature #63

Per [this suggestion](https://news.ycombinator.com/item?id=11258131): > You might want to look at Morelikethis queries to boost performance. I worked on a proprietary version of this and at the time Lucene performance dropped...

enhancement

Uploaded pictures are dumped into a temp directory and never managed past that point. They should be cleaned up at some interval.

One of our paper reviewers points out [keras-vis](https://github.com/raghakot/keras-vis), which we failed to cite. We ought to integrate it into Picasso. Depends on #16 (these visualizations will only be available when...

Per a reviewer comment on our paper

While I can build the documentation locally, including the package and module indices, they are not being built on readthedocs.

https://github.com/merantix/picasso/blob/master/picasso/picasso.py#L298 Select files is actually file selection AND result display. This should be split up not only for conceptual simplicity, but also because we'll want to do cleanup after the...