bellecarrell / twitter_brand

In developing a brand on Twitter (and social media in general), how does what you say and how you say it correspond to positive results (more followers, for example)?
0 stars 1 forks source link

investigate libraries adrian mentioned #100

Open bellecarrell opened 5 years ago

bellecarrell commented 5 years ago

Statsmodels: https://www.statsmodels.org/stable/index.html

OLS: https://www.statsmodels.org/dev/generated/statsmodels.regression.linear_model.OLS.html

Logistic regression: https://www.statsmodels.org/dev/generated/statsmodels.discrete.discrete_model.Logit.html

Sentiment lexicons/models

Smattering of sentiment lexicons: http://sentiment.christopherpotts.net/lexicons.html

This looks promising: http://saifmohammad.com/WebPages/SCL.html#ETSL . Should read the paper first.