Skip to content
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

TODO list #1

Open
7 of 13 tasks
keithkade opened this issue Nov 2, 2018 · 0 comments
Open
7 of 13 tasks

TODO list #1

keithkade opened this issue Nov 2, 2018 · 0 comments

Comments

@keithkade
Copy link
Owner

keithkade commented Nov 2, 2018

First stab at breaking down work

Data

  • Figure out how to download Reddit data
  • Select a reasonable subset to do initial work on
  • Do any necessary formatting and pre-processing
  • Prune out subreddits we don't care about (maybe those with a low subscriber threshold) to make things run faster

Algorithm

  • Build bipartite graph from the data subset (kade: I did this with comments for now)
    • Decide what the threshold for an edge between a user and a subreddit. Commented? Posted? Multiple Comments?
  • Fold the bipartite graph to produce subreddit connectedness graph

Visualization

  • Produce an initial visualization of the subreddit graph: Gephi

Evaluation

  • TODO

Enhancement

  • Define list of potential features we want to add to users
  • Create node2vec representations
  • Further explore what we can do with Troll metrics on our users.

Report

  • Make outline of report
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant