-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
number of components ? #12
Comments
What don't you understand? The current behavior is the same as the default from SKlearn (keep all components). |
The main goal of PCA is to reduct dimensionality, so if we keep every components I'm not sure that a PCA is useful. |
We can talk about it tomorrow |
nComponents option has been added to the predict method |
I don't understand... we don't choose the number of components of our PCA ?
See how we do with SKlearn :
http://scikit-learn.org/stable/modules/generated/sklearn.decomposition.PCA.html
A PCA enables dimensionality reduction, so we have to choose our new dimensionality.
The text was updated successfully, but these errors were encountered: