erdogant / pca

pca: A Python Package for Principal Component Analysis.
https://erdogant.github.io/pca
MIT License
284 stars 42 forks source link

implementation for singular value cutoff using gavish donoho method and similar approaches #48

Open jasonbhn opened 1 year ago

jasonbhn commented 1 year ago

hi! thank you for developing this neat package. Do you have any plans to implement some way to select the optimal numbers of PCs based on various methods such as: https://arxiv.org/abs/1305.5870

Thank you!