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
Copy file name to clipboardExpand all lines: README.md
-9Lines changed: 0 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,15 +4,6 @@
4
4
Python3 implementation of the node2vec algorithm Aditya Grover, Jure Leskovec and Vid Kocijan.
5
5
[node2vec: Scalable Feature Learning for Networks. A. Grover, J. Leskovec. ACM SIGKDD International Conference on Knowledge Discovery and Data Mining (KDD), 2016.](https://snap.stanford.edu/node2vec/)
6
6
7
-
## Changes:
8
-
9
-
New in `0.3.0` (right now on version `0.3.1`):
10
-
11
-
Added support for big graphs which cannot be fit into memory during algorithm execution (causing OOM errors).
12
-
13
-
Thanks [`@pg2455`](https://github.com/pg2455) for the contribution of this feature.
0 commit comments