Metadata-Version: 1.1
Name: sparse-decomposition
Version: 0.1.0
Summary: Implements algorithms from 'A New Basis for Sparse PCA'.
Home-page: https://github.com/bdpedigo/sparse_decomposition
Author: Benjamin Pedigo
Author-email: benjamindpedigo@gmail.com
License: MIT
Description: =============================
        Sparse Decomposition
        =============================
        
        .. image:: https://badge.fury.io/py/sparse_decomposition.png
            :target: http://badge.fury.io/py/sparse_decomposition
        
        .. image:: https://travis-ci.org/bdpedigo/sparse_decomposition.png?branch=master
            :target: https://travis-ci.org/bdpedigo/sparse_decomposition
        
        Implements algorithms from 'A New Basis for Sparse PCA'.
        
        
        Features
        --------
        
        * TODO
        
        
        
        
        Documentation
        -------------
        
        The full documentation is at http://sparse_decomposition.rtfd.org.
        
        
        
        History
        -------
        
        0.1.0 (2020-11-14)
        ++++++++++++++++++
        
        * First release on PyPI.
        
Keywords: sparse_decomposition
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: Implementation :: PyPy
