-
Notifications
You must be signed in to change notification settings - Fork 26
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
Fixes #7 via sketch module. #19
Commits on May 18, 2018
-
WIP: working on sketch module\nWorking on writing a seperate sketch m…
…odule that incorporates additional sketching aglorithms
Configuration menu - View commit details
-
Copy full SHA for 377e997 - Browse repository at this point
Copy the full SHA 377e997View commit details -
Configuration menu - View commit details
-
Copy full SHA for 77c8cef - Browse repository at this point
Copy the full SHA 77c8cefView commit details
Commits on May 21, 2018
-
WIP: Tests passing for sketch module.
Work in progress. ``sketch`` module is implemented, but old compatibility funcitons in ``sketch.range_finders`` still need to be phased out.
Configuration menu - View commit details
-
Copy full SHA for 1838bb8 - Browse repository at this point
Copy the full SHA 1838bb8View commit details
Commits on May 23, 2018
-
WIP: Finished phasing out old sketch module.
Still need to better incorporate within random methods, perhaps giving transform options. Also still need to standardize parameter names. Additionally, single_pass methods have been depricated (masked with a single subspace iteration) for now because the previous implementation was not in fact 'single_pass'.
Configuration menu - View commit details
-
Copy full SHA for 89b7030 - Browse repository at this point
Copy the full SHA 89b7030View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b4815a - Browse repository at this point
Copy the full SHA 0b4815aView commit details
Commits on May 24, 2018
-
Tests now align with PEP parameter changes.
For the most part package now conforms with PEP parameter name guidelines. Still to do: - `pca` : factor pca/spca/robspca - `nmf` : factor and PEP parameter name eval - `sketch` : ensure row wise sketches are indeed row wise and write numerical accuracy checking tests Additionally, in general there can be a lot of improvement as far as code reproduction reduction in the testing modules.
Configuration menu - View commit details
-
Copy full SHA for e4deccd - Browse repository at this point
Copy the full SHA e4deccdView commit details -
Move calling of subspace iterations.
The calling of `perform_subspace_iterations` now resides outside of the transform functions so that it can be used independent of which transform is used. Additionally, default n_subspace has been set to 2.
Configuration menu - View commit details
-
Copy full SHA for c685abd - Browse repository at this point
Copy the full SHA c685abdView commit details