项目作者: akshaymehra24
项目描述 :
Given activity of 2 users on Twitter, predict who is more influential among them
高级语言: Python
项目地址: git://github.com/akshaymehra24/who-is-more-influential.git
who-is-more-influential
predict-who-is-more-influential-in-a-social-network
- BaseLine Solution: The person who has more followers is the person who is more influential (Accuracy: 0.75175)
- Logistic Regression on Discrete Data (Accuracy: 0.77633)
- Support Vector Machine on Discrete Data (Accuracy: 0.77033)