-
Notifications
You must be signed in to change notification settings - Fork 10
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
Add method for outputting PCA fields #26
Comments
Hi @sdat2 |
Hi @gmaze Ah cool, I had not spotted that feature. I guess adding it to the dataset isn't necessary as such, and would probably just complicate the repository. Here is my implementation of doing outputing PCA:
|
nice ! just throw a PR and ask for a review, I'll check this out ! |
Thanks ! I've just realised that I've been working on |
#28 PR created. |
It would be interesting to be able to see the PCA fields after preprocessing, to see what space the clusters are actually fitting to.
If the PCA fields were attached to the dataset, it should be possible to add the conditional logic to prevent another preprocessing run on the same dataset for
predict_proba()
.The text was updated successfully, but these errors were encountered: