How Trendrr Developed Their Sentiment Analysis Engine
blog.trendrr.com
How Trendrr Developed Their Sentiment Analysis Engine
1–7 of 7 posts
Re: How Trendrr Developed Their Sentiment Analysis Engine
#2Re: How Trendrr Developed Their Sentiment Analysis Engine
#3Re: How Trendrr Developed Their Sentiment Analysis Engine
#4Re: How Trendrr Developed Their Sentiment Analysis Engine
#5One thing I'm unclear on: Did they use the training data in assessing accuracy? (Sorry if I missed this in my reading.) If so, it might be interesting to see how well they do on a separate test set. Also, it would be interesting to see the results broken down conditioning both on the estimated sentiment and on the true sentiment -- "precision" and "recall" by type.
Re: How Trendrr Developed Their Sentiment Analysis Engine
#6Very interesting, although I've now had all thoughts distracted after checking out Trendrr's pricing page: the only options are a "Contact Us" enterprise package, and a $999/month option. Is there some reason why they don't offer something like a $100/month basic option for small companies?
When we relaunch in a few weeks, there will be a more affordable option than $999 / month.
Re: How Trendrr Developed Their Sentiment Analysis Engine
#7One thing I'm unclear on: Did they use the training data in assessing accuracy? (Sorry if I missed this in my reading.) If so, it might be interesting to see how well they do on a separate test set. Also, it would be interesting to see the results broken down conditioning both on the estimated sentiment and on the true sentiment -- "precision" and "recall" by type.
Hey, I wrote the piece so I'm happy to address your question. First off, the training data was completely separate from test data, which was painstakingly gathered by hand. We wanted to make sure the data we were testing against was classified as accurately as possible. For training data, volume is more of a priority. Your other point is very well taken-- we'll probably use some metrics like that ourselves to look fo…