-
Notifications
You must be signed in to change notification settings - Fork 8
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
PCA and ICA return ValueError #4
Comments
@bainzo This is one of the aspects that we want to address before we publish the package. With the original design, all of the factorization algorithms only work with two-dimensional objects. It's easy enough of the user to ravel/unravel higher-dimensional data to on passing it into/out of the algorithms, but we realized that we should probably just do that for them automatically. |
@jwittenbach Ahh, that makes sense. Is there a method like |
I've opened this as issue #335 on the main thunder repo as suggested by @jwittenbach |
Just merged a big update that address this (#5). Now factorization can be done direction on |
Running a simple test,
fails with,
In both PySpark and regular python.
I've also had similar errors for ICA with this type of test and my own tif data.
I'm running Thunder 1.0.0 and Spark 1.6.0.
The text was updated successfully, but these errors were encountered: