Thomas Boggs
Thomas Boggs
For sufficiently large vocabularies/corpora, fitting the model can take quite a while. If the model hasn't converged after the chosen number of iterations, one must call `fit` (or `fit_transform`) again...
After displaying an image, then pressing "a" on keyboard to adjust class overlay transparency, the following deprecation warning is generated: ``` /home/thomas/.virtualenvs/py3/lib/python3.6/site-packages/IPython/terminal/pt_inputhooks/qt.py:52: MatplotlibDeprecationWarning: Toggling axes navigation from the keyboard is...
ENVI headers with `file type = PCI` require special read procedures to access the data in the image file (see issue #72). Should either add support for reading these images...
Spectral libraries may have more bands than actually needed or may have bands in a non-monotonic order. This issue is to add a `filter` method to the `SpectralLibrary` to enable...
SPy is currently developed for python 2.{6,7}. This enhancement will add support for python3. The current plan is to have a single code base that works for both python 2...
The `PrincipalComponents` object returned by the `principal_components` function has eigenvalues in descending order; however, the `principal_components` attribute of the `GaussianStats` object returned by `calc_stats` is in ascending order. The latter...