Data persistency, large-scale data analytics, visualizations-NetworkX challenges
1–10 of 10 posts
Re: Data persistency, large-scale data analytics, visualizations-NetworkX challenges
#2Re: Data persistency, large-scale data analytics, visualizations-NetworkX challenges
#3Re: Data persistency, large-scale data analytics, visualizations-NetworkX challenges
#4What’s the state of the art / good practice in presenting network data? My gut feeling is that even though it’s a graph, it’s often not best rendered as one, and many times a collection of more familiar chart types or tables would be more useful.
Would love to hear people’s thoughts on this.
Re: Data persistency, large-scale data analytics, visualizations-NetworkX challenges
#5Cytoscape is more useful for large data graphs - https://js.cytoscape.org/
Re: Data persistency, large-scale data analytics, visualizations-NetworkX challenges
#6Cytoscape is more useful for large data graphs - https://js.cytoscape.org/
Re: Data persistency, large-scale data analytics, visualizations-NetworkX challenges
#7My (limited) experience with building network analysis tools is that the biggest difficulty is representing the data in a way that people (especially non-experts) can actually understand and draw insights from. So many network graphs are a colourful sea of nodes and edges that looks amazing in a demo but as soon as a non-expert customer tries to actually use the thing they’re just confused. What’s the state of the ar…
But I guess the biggest advantage lies in shallow hop visualizations (up to 10), where there is a smaller number of nodes, let's say a 100, but you can clearly understand what's happening because you can process all of the connections at first glance.
And even in the real life use cases, such as fraud detection, it's never going to be a million person organization that steals you money and resources, but a group of people closely tied together, which you can quickly inspect and look at, whereas looking at tabular data does not connect the dots.
You can draw a parallel when detectives marked the maps with needles and strings to connect the murder cases. Of course they didn't put a million needles on the wall, but a 100 of them was sufficient for inference.
Re: Data persistency, large-scale data analytics, visualizations-NetworkX challenges
#8My (limited) experience with building network analysis tools is that the biggest difficulty is representing the data in a way that people (especially non-experts) can actually understand and draw insights from. So many network graphs are a colourful sea of nodes and edges that looks amazing in a demo but as soon as a non-expert customer tries to actually use the thing they’re just confused. What’s the state of the ar…
Re: Data persistency, large-scale data analytics, visualizations-NetworkX challenges
#9Re: Data persistency, large-scale data analytics, visualizations-NetworkX challenges
#10How to these tools compare to something like Gephi?