+ All Categories
Home > Documents > Reverse Engineering Klout Score - sean-cooke.com · What Is Klout Score? • Klout is a website and...

Reverse Engineering Klout Score - sean-cooke.com · What Is Klout Score? • Klout is a website and...

Date post: 12-Jul-2020
Category:
Upload: others
View: 2 times
Download: 0 times
Share this document with a friend
17
Reverse Engineering Klout Score Sean Cooke Advisor: Professor Lisa Smith
Transcript
Page 1: Reverse Engineering Klout Score - sean-cooke.com · What Is Klout Score? • Klout is a website and mobile app that gives their users a “Klout Score”. • Klout Score is a number

ReverseEngineeringKloutScoreSeanCooke

Advisor:ProfessorLisaSmith

Page 2: Reverse Engineering Klout Score - sean-cooke.com · What Is Klout Score? • Klout is a website and mobile app that gives their users a “Klout Score”. • Klout Score is a number

WhatIsKloutScore?

•  Kloutisawebsiteandmobileappthatgivestheirusersa“KloutScore”.

•  KloutScoreisanumberfrom1to100represenHnghow“influenHal”auserisacrossallofsocialmedia.

•  KloutScoredoesnotdependonwhatyousay,butratherhowpeoplereacttoit.

Page 3: Reverse Engineering Klout Score - sean-cooke.com · What Is Klout Score? • Klout is a website and mobile app that gives their users a “Klout Score”. • Klout Score is a number

KloutScoreAccordingtoKlout

•  KloutScoreuses400variablesfromauserspublicTwiNer,Facebook,Google+,LinkedInandFoursquareprofilesfromthelast90days.

•  TheaverageKloutscoreiscloseto20andascoregreaterthan50putsyouinthe95thpercenHle.

•  “PosHngathousandHmesandgeWngzeroresponsesisnotasinfluenHalasposHngonceandgeWngathousandresponses.”

Page 4: Reverse Engineering Klout Score - sean-cooke.com · What Is Klout Score? • Klout is a website and mobile app that gives their users a “Klout Score”. • Klout Score is a number

KloutScoreExamplesName KloutScore

BarackObama 99

JusHnTimberlake 95

LeBronJames 92

JimmyFallon 91

JoeBiden 89

MichelleObama 89

MindyKaling 86

AamirKhan 86

ElonMusk 85

MarissaMayer 85

SeanCooke(Me) 47

Page 5: Reverse Engineering Klout Score - sean-cooke.com · What Is Klout Score? • Klout is a website and mobile app that gives their users a “Klout Score”. • Klout Score is a number

ObservedKloutScoreDistribuHon

799065388089889390918925648688879995959591919466439414408587789095818855497989628364364482858683873991818549

868980

57DataPoints

Mean=75.72

Page 6: Reverse Engineering Klout Score - sean-cooke.com · What Is Klout Score? • Klout is a website and mobile app that gives their users a “Klout Score”. • Klout Score is a number

ObservedKloutScoreDistribuHon

FiveNumberSummarySampleMinimum 14FirstQuarHle 65Median 85ThirdQuarHle 90SampleMaximum 99

Page 7: Reverse Engineering Klout Score - sean-cooke.com · What Is Klout Score? • Klout is a website and mobile app that gives their users a “Klout Score”. • Klout Score is a number

WhatContributesMostToKloutScore?

Page 8: Reverse Engineering Klout Score - sean-cooke.com · What Is Klout Score? • Klout is a website and mobile app that gives their users a “Klout Score”. • Klout Score is a number

WhatContributesMostToKloutScore?

Page 9: Reverse Engineering Klout Score - sean-cooke.com · What Is Klout Score? • Klout is a website and mobile app that gives their users a “Klout Score”. • Klout Score is a number

WhatInformaHonShouldWeUse?

•  “KloutScorecanbeesHmatedusinglog(retweets)orlog(followers)”

•  Whynotboth?•  SuspectedEquaHonForm:𝐴+𝐵∗ln(𝑇𝑤𝑖𝑡𝑡𝑒𝑟 𝐹𝑜𝑙𝑙𝑜𝑤𝑒𝑟𝑠)+ � 𝐷∗ln(𝑅𝑒𝑡𝑤𝑒𝑒𝑡𝑠)=𝐼𝑛𝑓𝑙𝑢𝑒𝑛𝑐𝑒 𝑆𝑐𝑜𝑟𝑒

Page 10: Reverse Engineering Klout Score - sean-cooke.com · What Is Klout Score? • Klout is a website and mobile app that gives their users a “Klout Score”. • Klout Score is a number

MethodofLeastSquaresandSolver

•  Themethodofleastsquareswasusedtominimizetheamountoferrorinmyinfluencescore

•  SolvernumericallydeterminedtheequaHon:18.098+3.149∗ ln (𝑇𝑤𝑖𝑡𝑡𝑒𝑟 𝐹𝑜𝑙𝑙𝑜𝑤𝑒𝑟𝑠)  +1.888∗ ln (𝑅𝑒𝑡𝑤𝑒𝑒𝑡𝑠) =𝐼𝑛𝑓𝑙𝑢𝑒𝑛𝑐𝑒 𝑆𝑐𝑜𝑟𝑒

•  ThisInfluenceScorewasthenboundedbetween1and100

Page 11: Reverse Engineering Klout Score - sean-cooke.com · What Is Klout Score? • Klout is a website and mobile app that gives their users a “Klout Score”. • Klout Score is a number

VarianceInflaHonFactor

•  AreTwiNerFollowersandRetweetstoocorrelated?

•  NovarianceinflaHonwithnonlinearmodel•  ThereforeourR2valueisnotarHficiallyinflatedandourmodelremainsstable

Page 12: Reverse Engineering Klout Score - sean-cooke.com · What Is Klout Score? • Klout is a website and mobile app that gives their users a “Klout Score”. • Klout Score is a number

RegressionAnalysis

R²=0.85

0

10

20

30

40

50

60

70

80

90

100

0 10 20 30 40 50 60 70 80 90 100

Boun

dedInflu

enceScore

KloutScore

LinearityofBoundedInfluenceScore

Page 13: Reverse Engineering Klout Score - sean-cooke.com · What Is Klout Score? • Klout is a website and mobile app that gives their users a “Klout Score”. • Klout Score is a number

WhoIsThisaGoodEsHmateFor?

Category CountActor 21CiHzen 12Musician 11Businessman 6Sports 4PoliHcian 3

Page 14: Reverse Engineering Klout Score - sean-cooke.com · What Is Klout Score? • Klout is a website and mobile app that gives their users a “Klout Score”. • Klout Score is a number

WhoIsThisaGoodEsHmateFor?

R²=0.65

R²=0.28

R²=0.96

R²=0.71

R²=0.97

R²=0.73

0

10

20

30

40

50

60

70

80

90

100

0 20 40 60 80 100

Boun

dedInflu

enceScore

KloutScore

LinearityofBoundedInfluenceScorebyCategory

PoliHcians

Musicians

Sports

Actors

Businessmen

CiHzens

Page 15: Reverse Engineering Klout Score - sean-cooke.com · What Is Klout Score? • Klout is a website and mobile app that gives their users a “Klout Score”. • Klout Score is a number

PredicHngKlout

•  AKloutScoreisonlycalculatedforthoseuserswhosignupforKlout

•  ManyTwiNerusersdonothaveaKloutScore•  AKloutScorepredicHoncanbemadeusingmyBoundedInfluenceFormula

Page 16: Reverse Engineering Klout Score - sean-cooke.com · What Is Klout Score? • Klout is a website and mobile app that gives their users a “Klout Score”. • Klout Score is a number

@GeneseoGREATDay’sBoundedInfluenceScore

•  @GeneseoGREATDaydoesnothaveaKloutScorebutitdoeshaveaBoundedInfluenceScore

•  NumberofTwiNerFollowers:26•  NumberofRetweets:11•  33≈32.886=18.098+3.149∗ ln (26) 

+1.888∗ ln (11) 

Page 17: Reverse Engineering Klout Score - sean-cooke.com · What Is Klout Score? • Klout is a website and mobile app that gives their users a “Klout Score”. • Klout Score is a number

FuturePlans

•  IwouldliketoseeifanR²valuegreaterthan0.85canbeachievedusingjustpeoplewhofallunderthecategoryof“Sports”and/or“Businessmen”

•  ApplyingequaHonformtorankfreelancers


Recommended