-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-6309] [SQL] [MLlib] Implement MatrixUDT #5048
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
Conversation
|
Test build #28658 has finished for PR 5048 at commit
|
|
Test build #28660 has finished for PR 5048 at commit
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
organize imports
|
@MechCoder Btw, please add new commits instead of squashing commits during the code review. It makes easier to see what you've changed in each update. |
|
Test build #28667 has finished for PR 5048 at commit
|
|
@mengxr I have removed equals and now the testing is done using conversion to Arrays. Let us please not wait for the other PR and try to get this merged (so that it does not delay the Gaussian save - load PR) Thanks! |
|
Test build #28807 has finished for PR 5048 at commit
|
|
Test build #28808 has finished for PR 5048 at commit
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
organize imports (put this group under breeze)
|
LGTM except minor inline comments. |
|
@mengxr fixed! I put the hash as my Year of Birth, so that my permanent mark is left on Spark :P |
|
Test build #28934 has finished for PR 5048 at commit
|
|
Hi, Can anyone please share me a example for using MatrixUDT as datatype column in Spark SQL dataframe. I'm trying to load bunch of images into dataframe. Each image as matrix in dataframe column. Really appreciate your help. @MechCoder Thanks |
Utilities to serialize and deserialize Matrices in MLlib