jsantalo / happybirds

GNU General Public License v3.0
1 stars 0 forks source link

Correlation matrix #2

Closed maytepenella closed 6 years ago

maytepenella commented 6 years ago

Find which features are more correlated with sentiment. List all the features or some and order them by correlation (absolute value). Filter by correlation value?

maytepenella commented 6 years ago

text.py includes two new functions:

Positive correlations correspond to features more important in possitive tweets and negative correlations in negative tweets

maytepenella commented 6 years ago

Modified to accept vocabulary directly. Comments added to the function