pca
pca copied to clipboard
Question: `n_components` in documentations?
In https://erdogant.github.io/pca/pages/html/pca.pca.html
It says pca.pca.pca(n_components=0.95, n_feat=25, method='pca', alpha=0.05, n_std=2, onehot=False, normalize=False, detect_outliers=['ht2', 'spe'], random_state=None, verbose=3)
n_components is not an integer like hotellingsT2 but instead something similar to alpha, but neither is documented on how these two are used.
Thank you for pointing this out! The docstrings were accidentally placed at a part that is not visible when generating the documentation pages.
See update here.