项目作者: 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
创建时间: 2016-10-27T03:48:29Z
项目社区:https://github.com/akshaymehra24/who-is-more-influential

开源协议:

下载


who-is-more-influential

predict-who-is-more-influential-in-a-social-network

  1. BaseLine Solution: The person who has more followers is the person who is more influential (Accuracy: 0.75175)
  2. Logistic Regression on Discrete Data (Accuracy: 0.77633)
  3. Support Vector Machine on Discrete Data (Accuracy: 0.77033)