Questions tagged [community]

5 questions
23
votes
14 answers

Data Science conferences?

This is a similar question like the Statistics Conferences question at CrossValidated What are the most significant annual Data Science conferences? Rules: Include a link to the conference Please include links for the talks (be it youtube, the…
Dawny33
  • 8,226
  • 12
  • 47
  • 104
3
votes
1 answer

How can I get the diameter of each community

I am trying to calculate the diameter of each community in my dataset, Zachary's karate club using Jupyter. I created a loop to iterate through, but it gives me the diameter of the whole network rather than of each community. import pandas as pd…
2
votes
1 answer

Effect of weights on the Louvain communities detected

The Louvain method for community detection aims to optimize modularity and hence detect communities in the given graph. In case of a weighted graph would it be valid to assume that an edge with a higher weight would be prioritized to be part of a…
Ankita Talwar
  • 307
  • 1
  • 10
2
votes
1 answer

Data Science for Social Good

I'm interested in doing a mapping or inventory of all data science for social good and technology for social good organizations/initivaives. Is anyone aware of any similar efforts or places to start?
0
votes
0 answers

How to generate a dynamic network

I need to implement a machine learning method called "OLCPM", this method uses for input a stream graph (dynamic network), the dataset they used is in this format : +n 852 1353303380.0 +n 1629 1353303380.0 +n 875 1353303380.0 +n 809…