Add GraphFrame.node2vec() method from Mercury Graph
2 views
Skip to first unread message
Russell Jurney
unread,
Jan 31, 2025, 12:16:13 PMJan 31
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to GraphFrames
Hello my peeps,
I wanted to bring your attention to a new feature I outlined in Issue #484. I want to borrow the code for Mercury Graph's Apache 2 licensed Node2Vec method that is a fairly simple implementation on top of Spark MLlib's Word2Vec feature.
I wanted to raise this for discussion. What do we think about borrowing Apache 2 licensed code, with attribution? In practice I would rewrite the code, it is mainly a guide to implementing the feature. Alternatively we would create a graphframes.mercury module and integrate their features there... thoughts?