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

[REVIEW] Remove pca randomized solver option #125

Merged
merged 3 commits into from
Jan 23, 2019

Conversation

dantegd
Copy link
Member

@dantegd dantegd commented Jan 23, 2019

@dantegd dantegd added the 3 - Ready for Review Ready for review by team label Jan 23, 2019
@dantegd dantegd requested a review from kkraus14 January 23, 2019 23:23
@dantegd dantegd merged commit e839e79 into rapidsai:branch-0.5 Jan 23, 2019
zbjornson added a commit to zbjornson/cuml that referenced this pull request Sep 21, 2020
This was partially removed in rapidsai#98/rapidsai#125. Only COV_EIG_DQ and COV_EIG_JACOBI are actually supported.

`random_state` is only used by ARPACK and randomized solvers, so can be remove also.
dantegd pushed a commit that referenced this pull request Sep 22, 2020
* Remove remaining parts of RANDOMIZED PCA solver

This was partially removed in #98/#125. Only COV_EIG_DQ and COV_EIG_JACOBI are actually supported.

`random_state` is only used by ARPACK and randomized solvers, so can be remove also.

* Remove unused bool paramsSolver.trans_input

Unused, and confusing because there are lots of PCA functions with `float* trans_input` params.

* Remove unused max_sweeps and iterated_power params

Only `n_iterations` is used.

Ref #2833

* Add TODO for unused copy param

* Update changelog
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3 - Ready for Review Ready for review by team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants