Skip to content
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

refactor(whitener): add more flexibility #191

Merged
merged 3 commits into from
Aug 25, 2024
Merged

Conversation

nicrie
Copy link
Contributor

@nicrie nicrie commented Aug 25, 2024

Prior to this PR, the Whitener class could only whiten the data using PCA. This PR extends the Whitener class by two additional working modes:

  1. Whitening without PCA
  2. Identify transformation (thus no whitening, no PCA transformation) for alpha=1 and use_pca=False

@nicrie nicrie changed the title refactor(sanitizer): reuse utility functions refactor(whitener): add more flexibility Aug 25, 2024
@nicrie nicrie merged commit 65ab502 into main Aug 25, 2024
21 checks passed
@nicrie nicrie deleted the sanitizer-reuse-utils branch August 25, 2024 10:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant