You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Randomized option is not supported due to its high discrepancy. It was added to be compatible with SKL.
Describe the solution you'd like
Should be removed from python wrapper.
The text was updated successfully, but these errors were encountered:
oyilmaz-nvidia
changed the title
[FEA] Removing "randomized" solver option from PCA
[FEA] Removing "randomized" solver option from PCA and tSVD
Jan 15, 2019
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.
* 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
Is your feature request related to a problem? Please describe.
Randomized option is not supported due to its high discrepancy. It was added to be compatible with SKL.
Describe the solution you'd like
Should be removed from python wrapper.
The text was updated successfully, but these errors were encountered: