Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 480 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 480 Bytes

cs224w-enron

Missing link prediction on enron email multigraph

Setup

Files

  • create_graph.py (Create the network from the Enron Email Dataset [433MB edition] and populate network attributes
  • extract_features.py (Extract features and preprocess data)
  • mlp.py (Do the missing link predictions)