This project visualized the disparity between number ratings reported by people from 0-3 vs. the sentiment score calculated by a common sentiment analysis algorithm (AFINN) run on the same people written comments.
(ianssmith.github.io/measuring_uncertainty)
raw data from source
jupyter notbook with preliminary visualization and analysis.
is the node script which takes the raw data and runs AFINN sentiment analysis on the comments.(the result was piped into ap.tsv and wp.tsv).
calculates the mean and standard deviation for the sentiment score calculated by analyze.js
interactive visualization of result.