https://github.com/phanein/deepwalk

sort by:
Revision Author Date Message Commit Date
6e6dff2 Merge pull request #114 from happygirlzt/master Modify for Python 3.x 02 April 2020, 01:05:35 UTC
2b37b4e remove the unintended embeddings 29 March 2020, 03:09:54 UTC
be1114f Revert "add twitter" This reverts commit 466dcd4fd9fb262210f8ef8938a8f4ae49ca3316. 29 March 2020, 03:03:57 UTC
70e19ee Revert "added twitter embeddings" This reverts commit 1712a117114707a18bfa0bfd6d8b84e6e377b8cb. 29 March 2020, 03:03:25 UTC
466dcd4 add twitter 20 March 2020, 08:59:07 UTC
1712a11 added twitter embeddings 20 March 2020, 08:58:30 UTC
10699d6 modify for py3.0 20 March 2020, 06:08:17 UTC
9297445 Merge pull request #112 from GuillaumeDesforges/master Remove dependencies incompatible with Python 3 08 March 2020, 16:42:03 UTC
9dc0c26 Remove futures and argparse requirements from setup.py 07 March 2020, 15:25:58 UTC
fcebba8 Remove dependencies incompatible with Python 3 Removed futures and argparse since they are not available on Pypi for Python 3+ 07 March 2020, 15:18:15 UTC
e7bab06 Merge pull request #104 from kokorinosoba/nx-patch Fix from_networkx() 12 November 2019, 01:45:20 UTC
3fb05b7 Add requirements 12 November 2019, 01:44:04 UTC
719448c Fix from_networkx() nodes_iter() of NetworkX since v2.0 is outdated 11 November 2019, 06:47:12 UTC
85c96b6 Merge pull request #90 from Bharat123rox/patch-1 Remove dead link to documentation in README.rst and more neatness 09 April 2019, 16:55:31 UTC
048b1bd Remove dead link to documentation in README.rst 08 April 2019, 15:41:34 UTC
ce267b4 Merge pull request #87 from hsm207/patch-1 Fix number_of_nodes() 21 February 2019, 18:56:21 UTC
12a721c Fix number_of_nodes() order() is a method of the class Graph 21 February 2019, 12:08:26 UTC
70bbc17 Merge pull request #69 from cthoyt/patch-2 Make process pool optional for loading adjacency lists 11 August 2018, 17:11:35 UTC
eb8078c Remove multiprocessing Based on time check from @ozlemmuslu, the speed-up is negligible for multiprocessing. I would guess this is due to the overhead in spawning new processes and pipes. 07 August 2018, 08:48:57 UTC
07f5b60 Add gitignore for IDEA 07 August 2018, 08:44:56 UTC
79dd56a Make process pool optional for loading adjacency lists References #68 07 August 2018, 07:34:14 UTC
5d4adc1 Update metadata for pypi release. 23 March 2018, 18:51:27 UTC
5731b1a Merge pull request #57 from EdiaEducationTechnology/master Compatibility with python3 (3.4.5) 01 March 2018, 16:08:00 UTC
586e2ee Compatibility with python3 (3.4.5) 22 February 2018, 21:06:04 UTC
a5d5371 update import statements for python3 compatibality. 14 December 2017, 14:13:00 UTC
00dce6a Update README.rst A minor fix. 14 November 2017, 21:52:48 UTC
1f0f01c Update README.rst 1. Add a section on evaluating DeepWalk on the classical BlogCatalog dataset; 2. Indicate that the current version of DeepWalk is based on a newer version of gensim. 14 November 2017, 21:42:42 UTC
74bf6d9 Add arguments to scoring.py. 14 November 2017, 03:37:30 UTC
68961cd Change the default window size to 10. 13 November 2017, 23:47:59 UTC
8e8c06e compatibility with newest gensim and sklearn (#46) Updating deepwalk to use latest versions of dependencies gensim and sklearn. * Compatability with newest gensim and sklearn. * Modify requirements.txt. 12 November 2017, 18:33:05 UTC
96af38c Merge pull request #17 from GTmac/master Fix the usage of the psutil API 25 March 2016, 18:10:43 UTC
3af7f2e Fix the usage of the psutil API 24 March 2016, 15:41:21 UTC
581b0de Normalizing the embeddings by L2 norm reduces the quality, therefore, we disable the gensim option norm_only. 13 March 2015, 19:18:30 UTC
4810ddf Fixed gensim dependency at last version that doesn't break us. 19 November 2014, 19:16:56 UTC
11865b8 Added an example of the scoring routine. 12 November 2014, 22:08:40 UTC
4eaea64 Update HISTORY.rst 19 September 2014, 18:11:43 UTC
92e9d4f changing version info 19 September 2014, 18:07:04 UTC
46f4594 Update README.rst 11 September 2014, 23:35:45 UTC
7ffd806 Adding parallel support to counting vertex frequency 09 September 2014, 15:14:23 UTC
0a5ce37 Walks in parallel, plus vertex degree frequency initialization. 09 September 2014, 12:37:31 UTC
5a98892 num_workers 08 September 2014, 19:36:19 UTC
7b1f5ca Added feature to save walks to disk (useful if they grow too large for memory). 08 September 2014, 18:36:40 UTC
9a86969 updated to acm bibtex 04 September 2014, 18:47:05 UTC
abe220b added some small example graphs 04 September 2014, 18:38:18 UTC
52afeb1 Cleaned up command line interface, added more input file types. 04 September 2014, 18:30:37 UTC
d695227 initial deepwalk release 23 August 2014, 03:42:47 UTC
back to top