You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use these keys exactly. If not set, will use the global ones which were passed on the object initialization`
74
74
10.`quiet`: Boolean controlling the verbosity. (default: False)
75
75
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`.
77
77
78
78
-`Node2Vec.fit` method:
79
79
Accepts any key word argument acceptable by gensim.Word2Vec
0 commit comments