/lpproj

Scikit-learn compatible Locality Preserving Projections in Python

Primary LanguageJupyter NotebookBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Locality Preserving Projections in Python

This is a Python implementation of Locality Preserving Projections (LPP), compatible with scikit-learn.

version status downloads build status license

Installation and Use

This package is pure Python, and depends only on numpy, scipy, and scikit-learn. The released version can be installed via pip:

$ pip install lpproj

A basic example of its use can be found in Example.ipynb.

More Information

For information on the LPP algorithm, see the paper, Locality Preserving Projections (pdf).