bwbaugh / infertweet

Infer information from Tweets. Useful for human-centered computing tasks, such as sentiment analysis, location prediction, authorship profiling and more!
http://infertweet.bwbaugh.com/
Other
10 stars 1 forks source link

Compare single classifier vs. hierarchical classifier #4

Closed bwbaugh closed 11 years ago

bwbaugh commented 11 years ago

For positive-negative-neutral classification, compare having a single classifier that can output any label against a two level hierarchical classifier that will first determine if it is neutral (objective), and if not then pass to a second classifier that determines positive or negative.