SCCapstone / twitterBot

https://tweeter-bot-py.herokuapp.com/
0 stars 1 forks source link

Create other types of graphs #46

Closed ItsYourDustiny closed 4 years ago

ItsYourDustiny commented 4 years ago

Clean up graph page (https://github.com/SCCapstone/twitterBot/issues/38) Link directs to issue for making tooltips more useful

joeyoneill commented 4 years ago

sorted tweet bar graph collective count bar graph correlated graph between 2 terms

josemvidal commented 4 years ago

What part of this has not been implemented? @iqbal128855 take note.

ItsYourDustiny commented 4 years ago

Instead of focusing on the term frequency, we separated the sentiment analysis graph into two and changed it to a sorted vertical bar chart for the beta release. We still plan for the term frequency graph but forgot to update our beta milestone.

josemvidal commented 4 years ago

So, the deployed has two graphs: "Subjectivity of Tweets" and "Popularity of Tweets", both derived from the sentiment analysis algorithm.

You will want to create separate Issues for each of the missing graphs for the RC1 milestone.

ItsYourDustiny commented 4 years ago

As stated on march 5, we plan to create the term frequency graph. Creating new issue for this.