Readit News logoReadit News
Topolomancer · 8 years ago
What I like most about this project is actually the repository of data sets. Curated graph data sets are hard to come, and the ones at SNAP have already been used in different publications, so there are fewer errors and, usually, a good baseline for comparisons available. Plus, the data sets are relatively diverse.
aksakalli · 8 years ago
It is really good at performance (thanks to optimised C++ implementation) for running it on large networks compared to networkx or other pure python implementations but its usability is very bad.
chuckcode · 8 years ago
Agreed. Useful but documentation is minimal, uses some non-standard naming conventions.
drewpc · 8 years ago
Looking for a similar library that works with Python 3? Checkout NetworkX. It's awesome! http://networkx.github.io
jwtadvice · 8 years ago
Military funded (DARPA's Social Media in Strategic Communication program) to develop the research necessary for running highly automated global-scale social network propaganda campaigns.
rememberlenny · 8 years ago
Can someone explain why this is coming up now? From what I see, this looks like an old project (2014). I'd love to understand if there is something fresh to be aware of.
jboynyc · 8 years ago
I have used SNAP because it implements a role extraction algorithm for graphs. But in my experience networkx, python-igraph and graph-tool are nicer libraries to use for manipulating graphs and performing network analysis. Networkx is perhaps the most Pythonic, but it's also the slowest.

https://networkx.github.io/http://igraph.org/python/https://graph-tool.skewed.de/

philipov · 8 years ago
Well, I didn't know about the project, and now I do. Looks really promising, too.

EDIT: except, looks like they don't support python 3 yet. That's a dealbreaker, unfortunately. All my code is in python 3.6.

rspeer · 8 years ago
I don't care about a bunch of Python 2 research-quality code. The amazing part of the project, to me, is all the data that they make available in one place.
pesfandiar · 8 years ago
It's even older than that. I remember it from back in grad school (ca. 2009) when Facebook and social networks in general were hot subjects in academia.