Skip to content

Commit 854c159

Browse files
Improved explanation seed parameter.
1 parent 15b6bab commit 854c159

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ edges_kv.save_word2vec_format(EDGES_EMBEDDING_FILENAME)
7373
Use these keys exactly. If not set, will use the global ones which were passed on the object initialization`
7474
10. `quiet`: Boolean controlling the verbosity. (default: False)
7575
11. `temp_folder`: String path pointing to folder to save a shared memory copy of the graph - Supply when working on graphs that are too big to fit in memory during algorithm execution.
76-
12. `seed`: Seed for the random number generator.
76+
12. `seed`: Seed for the random number generator (default: None). Deterministic results can be obtained if seed is set and `workers=1`.
7777

7878
- `Node2Vec.fit` method:
7979
Accepts any key word argument acceptable by gensim.Word2Vec

0 commit comments

Comments
 (0)