Skip to content

Latest commit

 

History

History
71 lines (51 loc) · 3.79 KB

README.md

File metadata and controls

71 lines (51 loc) · 3.79 KB

napari-sklearn-decomposition

A simple plugin implementing selected matrix decomposition algorithms from sklearn.decomposition within napari. Also includes the Olivetti sample data, for more info see the sklearn example. At present, the following algorithms are implemented:

  1. PCA
  2. NMF
  3. FastICA

If you'd like another algorithm implemented, please file an issue. For more information about signal decomposition and these methods, see the sklearn User Guide.


This napari plugin was generated with Cookiecutter using @napari's cookiecutter-napari-plugin template.

Installation

This plugin is experimental and pre-alpha. At the moment you can only install from this repository.

To install latest development version :

pip install git+https://github.com/jdeschamps/napari-sklearn-decomposition.git

Contributing

Contributions are very welcome. Tests can be run with tox, please ensure the coverage at least stays the same before you submit a pull request.

License

Distributed under the terms of the BSD-3 license, "napari-sklearn-decomposition" is free and open source software

Issues

If you encounter any problems, please file an issue along with a detailed description.