Advertisement
kempol

dabbling with some code pasta

Nov 26th, 2013
25
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.59 KB | None | 0 0
  1. So lately I've been dabbling with some code and machine learning techniques. I've seen that many people in the community want a way to track their progress / simply know how good they are.
  2.  
  3. If you ever played World of Tanks, you probably know about WN6 - it's a skill measuring method that let's you know how good you are. It doesn't rely on ELO at all.
  4.  
  5. I started to develop something similiar - the only difference is that the formula isn't "static" and relies heavily on machine learning techniques.
  6.  
  7. Below I enclose a list of 128 players and their respective skill scores:
  8.  
  9. The top of the list:
  10.  
  11. Liquid.TC - 2137
  12.  
  13. Liquid.FLUFFNSTUFF - 1957
  14.  
  15. iG.YYF- 1952
  16.  
  17. EG.Universe - 1913.24
  18.  
  19. sG.Aui_2000.int - 1876.13
  20.  
  21. LGD.Pajkatt.Int - 1847.94
  22.  
  23. // Some popular teams:
  24.  
  25. Na'Vi XBOCT - 1662.57
  26.  
  27. Na'Vi Dendi - 1456.64
  28.  
  29. Na'Vi Funnik - 1577.36
  30.  
  31. Na'Vi Kuroky - 1544.3
  32.  
  33. Na'Vi Puppey - 1776.53
  34.  
  35. Avg Na'Vi score: 1603
  36.  
  37. [A]dmiralBulldog - 1534.75
  38.  
  39. [A]EGM - 1503.97
  40.  
  41. [A]kke - 1470.76
  42.  
  43. [A]Loda - 1687.88
  44.  
  45. [A] s4 - 1652.31
  46.  
  47. Avg Alliance score: 1570
  48.  
  49. DK.BurNIng -1728.14
  50.  
  51. DK.iceiceice - 1559.72
  52.  
  53. DK.LaNm - 1671.45
  54.  
  55. DK.MMY -1324.11
  56.  
  57. DK.Mushi -1360.31
  58.  
  59. Avg DK score: 1528
  60.  
  61. Fnatic.Era - 1427.32
  62.  
  63. Fnatic.Fly -1524.58
  64.  
  65. Fnatic.H4nn1 -1710.71
  66.  
  67. Fnatic.N0tail -1599.48
  68.  
  69. Fnatic.Trixi - 1841.22
  70.  
  71. Avg Fnatic score: 1620
  72.  
  73. iG.Banana 1468.67
  74.  
  75. iG.Faith 1716.85
  76.  
  77. iG.Ferrari_430 1681.09
  78.  
  79. iG.Hao 1659.44
  80.  
  81. iG.YYF 1952
  82.  
  83. Avg iG score: 1695
  84.  
  85. Liquid.BuLba 1752.56
  86.  
  87. Liquid.FLUFFNSTUFF 1957.41
  88.  
  89. Liquid.qojqva 1532.11
  90.  
  91. Liquid.TC 2137.38
  92.  
  93. Liquid.Waytosexy 1664.56
  94.  
  95. Avg Liquid score: 1808
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement