Skip to content

Instantly share code, notes, and snippets.

@Steboss
Created October 12, 2021 15:43
Show Gist options
  • Save Steboss/331304c9e439b73516f5888dab58d7ab to your computer and use it in GitHub Desktop.
Save Steboss/331304c9e439b73516f5888dab58d7ab to your computer and use it in GitHub Desktop.
Create the corpus
walks = build_deepwalk_corpus(G,
num_paths = number_walks,
path_length = walk_length,
rand = random.Random(42)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment