Skip to content
This repository has been archived by the owner on Aug 30, 2022. It is now read-only.

Tutorial For Community Sentiment Notebook #14

Closed
11 tasks done
Lull3rSkat3r opened this issue Sep 29, 2015 · 7 comments
Closed
11 tasks done

Tutorial For Community Sentiment Notebook #14

Lull3rSkat3r opened this issue Sep 29, 2015 · 7 comments
Labels

Comments

@Lull3rSkat3r
Copy link
Member

Scenario: Create a notebook to give an overview of community sentiment about a project. This notebook should show the community sentiment for a open source project on github. This demo should be streaming.

  • Github project demo
    • Collect metrics for positive sentiment
      • Collect closed pull requests over x amount of time
      • Collect issues with activity over y amount of time
    • Collect metrics for negative sentiment
      • Pending pull requests over x amount of time
      • Collect issues with no activity over y amount of time
    • Calculate sentiment from the above metrics
    • Display the sentiment of the project visually
    • Add streaming support
    • Don't use red/green scheme (colorblindness)
@Lull3rSkat3r
Copy link
Member Author

Grabbing this.

@parente
Copy link
Member

parente commented Oct 19, 2015

Can you update the description to match what you think you want to push for this issue vs follow on issues?

@Lull3rSkat3r
Copy link
Member Author

Updated the description. Making a note of other ideas to revisit in the future below.

  • Add scala version of notebook
  • Use spark for streaming

@parente
Copy link
Member

parente commented Oct 20, 2015

Ref PR #37

@parente
Copy link
Member

parente commented Oct 21, 2015

Added one todo: switch away from red/green as the color scheme. I suggest a blue / red scheme which accounts for RG colorblind users.

@parente
Copy link
Member

parente commented Oct 21, 2015

jupyter/declarativewidgets#57 was a partial fix to remove the need for sleep in the outreach meetup notebook. Maybe want to check if it resolve the sleep issue here too.

@Lull3rSkat3r
Copy link
Member Author

#45 closes #14

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants