octopize / saiph

A projection package
https://saiph.readthedocs.io
Apache License 2.0
0 stars 0 forks source link

Saiph

Saiph not only is the sixth-brightest star in the constellation of Orion (https://en.wikipedia.org/wiki/Saiph), but also a package enabling to project data.

Projection fitting is done through PCA, MCA or FAMD.

The main module imputes which one should be used depending on the given data, but each module can be used on his own.

The package provides a visualization module for correlation circles, contributions and explained variance.

See the documentation for more details and a tutorial.

Install

pip install saiph

Development

poetry install

If you want to install dev dependencies, make sure you have a rust compiler installed:

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
make install

Documentation

To get the documentation, clone the repo then

make install docs docs-open

License

Saiph is under MIT license.