-
Notifications
You must be signed in to change notification settings - Fork 17
[WIP] dimension reduction playground #360
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
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #360 +/- ##
=======================================
Coverage 88.95% 88.95%
=======================================
Files 7 7
Lines 1358 1358
=======================================
Hits 1208 1208
Misses 150 150 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
After the refactor:
|
I currently changed the projection from/to the reduced spaces to purely using I believe this is equivalent to what we did before, except for setting the coefficients of the "small" eigenvectors to zero instead of setting them to the corresponding (small) eigenvalues. I'm not sure which makes more sense. We can change it back if you think the old way was better! |
Purpose
To-do
Content