-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-9533] [PySpark] [ML] Add missing methods in Word2Vec ML #7930
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 #39700 has finished for PR 7930 at commit
|
|
retest this please |
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.
@jkbradley this should be a def. Sorry that it went unnoticed by both of us.
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.
Actually, maybe both this and findSynonyms should be @transient lazy val.
|
Test build #207 has finished for PR 7930 at commit
|
|
Test build #39711 has finished for PR 7930 at commit
|
|
I'll make a pass now |
|
Looks good except for maybe changing those Scala defs to transient lazy vals |
|
@jkbradley Actally |
|
Test build #39999 has finished for PR 7930 at commit
|
|
LGTM, merging with master and branch-1.5 |
After #7263 it is pretty straightforward to Python wrappers. Author: MechCoder <[email protected]> Closes #7930 from MechCoder/spark-9533 and squashes the following commits: 1bea394 [MechCoder] make getVectors a lazy val 5522756 [MechCoder] [SPARK-9533] [PySpark] [ML] Add missing methods in Word2Vec ML (cherry picked from commit 076ec05) Signed-off-by: Joseph K. Bradley <[email protected]>
After #7263 it is pretty straightforward to Python wrappers.