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.
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 likehotellingsT2
but instead something similar toalpha
, but neither is documented on how these two are used.