-
Notifications
You must be signed in to change notification settings - Fork 14
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
Plan out what a multigraph approach to coordination networks is #24
Comments
Multigraph proposalWhat makes sense to me is that we start to think about multigraphs as composed from both different types of networks, but also different parameters for the same network. For example, a co-reply network built on 60, 900, and 3600 seconds are qualitatively different and describe different kinds of coordination, even though they're all co-reply networks. The multigraph of coordination we construct is then composed of accounts and associated metadata as the nodes as for now, but with distinct types of edges. Each directed edge is characterised by the count of coordinated messages, the type of event used for coordination, the leading and lagging time window (to account for symmetric and asymetric windows, which allows us to tackle #13 ), and any additional parameters used in the network construction (such as the similarity threshold). I propose that a starting point for enabling this is the following workflow, which extends slightly on the current workflow:
The new components here are:
The machinery for this also suggests a couple of possible quality of life improvements for workflows that let's us tackle some of #25:
This also might be a good opportunity to review the CLI, and see if we can refactor that to be a little more consistent. |
Thoughts to be considered off the top of my head?
The text was updated successfully, but these errors were encountered: