Skip to content

SpaLoR: A python library for sparse and low rank methods in optimization and machine learning

License

Notifications You must be signed in to change notification settings

april1729/spalor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpaLoR: A Python Package for Sparse and Low Rank Machine Learning Methods

SpaLoR is python package for low rank and sparse data science methods, with the goal of making current research on machine learning methods for low-rank and sparse matrices more widely available. Using SpaLoR, you could:

  • Use PCA for matrices that have missing entries
  • Create a predictive model for recomendation systems
  • Identify outliers while doing PCA
  • Use Leverage scores to find the most informative features in you data sets
  • And much more to come!

Install

Install with pip:

 pip install spalor

Install from source:

 git clone https://github.com/april1729/spalor.git
 cd spalor/
 python setup.py install

About

SpaLoR: A python library for sparse and low rank methods in optimization and machine learning

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages