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

 

History

6 Commits
 
 
 
 
 
 
 
 

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