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
That's by design. If you look at the docstring it explicitly states that it only works on matrices. Similarly, vectors and n-dimensional arrays will also fail. I suppose we could add a special case for converting tables to a matrix and then back again, but that would still have a bunch of edge cases if the columns aren't the same types.
rofinn
changed the title
SVD fails on Tables
Add Tables support for SVD
Jun 9, 2022
The text was updated successfully, but these errors were encountered: