Skip to main content

Delayed sparse matrix in Python

Project description

Delayed Sparse Matrix

Efficient sparse matrix implementation for various "Principal Component Analysis". And demo usages of the efficient implementation for

  • Correspondence Analysis(CA)
  • Principal Component Analysis (PCA)
  • Canonical Correlation Analysis (CCA)

To compare with existing methods, you can execute demo.sh.

>>> bash  demo.sh

This library is effective when the input matrix size ls large. But, in order to demonstrations, the demo programs use only a small matrix. You can test more large matrix by setting SIZE variable in demo-*.sh

When the input matrix size is large, the program of this library will finish within in few minutes, but the existing methods take hours.

You can find more general description about CA and PCA in https://github.com/MaxHalford/prince

Installation

Via PyPI

>>> pip install delayedsparse

Via GitHub for the latest development version

>>> pip install git+https://github.com/niitsuma/delayedsparse 

Requirements

>>> pip3 install sklearn

In order to execute demo.sh, you need install /usr/bin/time and orange library

>>> apt-get install time
>>> pip3 install orange

License

@2018 Hirotaka Niirtsuma.

You can use these codes olny for self evaluation. Cannot use these codes for commercial and academical use.

Author

Hirotaka Niitsuma.

@2018 Hirotaka Niirtsuma.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

delayedsparse-0.2.0.tar.gz (17.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page