-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove loops from graph visualization and edge count #44
Comments
commenting to say that when we remove loops we'll have to do so by removing (not considering) the network edges generated by comments of a person on their own content (they are currently included in the network) |
You could also remove all edges where source == target |
yep that what I meant but badly explained 😄 |
Simple filter in preprocessing, but with edgeryders the improvement in visualization is quite useless (loops are ~11% of total edges): Dataninja@a71f78a |
@jenkin that's ok, I still think removing the loops should be done: as @albertocottica said in the there's a reason of clarity and meaning for removing them |
Ok, loops removed as discussed here: #34 (comment) |
Done in last PR. |
It is not clear that loops have meaning in a social network of comments. Removing them improves the clarity of the graph.
The text was updated successfully, but these errors were encountered: