Skip to content

Probabilistic PCA which is applicable also on data with missing values. Missing value estimation is typically better than NIPALS but also slower to compute and uses more memory. A port to Python of the implementation by Jakob Verbeek.

License

Notifications You must be signed in to change notification settings

shergreen/pyppca

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Sheridan Beckwith Green
Jun 13, 2019
45a6595 · Jun 13, 2019

History

6 Commits
Jun 13, 2019
Sep 4, 2018
Sep 4, 2018
Jun 13, 2019

Repository files navigation

pyppca

Probabilistic PCA which is applicable also on data with missing values. Missing value estimation is typically better than NIPALS but also slower to compute and uses more memory. A port to Python of the implementation by Jakob Verbeek.

Usage:

from pyppca import ppca
C, ss, M, X, Ye = ppca(Y,d,dia)

About

Probabilistic PCA which is applicable also on data with missing values. Missing value estimation is typically better than NIPALS but also slower to compute and uses more memory. A port to Python of the implementation by Jakob Verbeek.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages