Skip to content

Commit

Permalink
Ummmmmm.....
Browse files Browse the repository at this point in the history
  • Loading branch information
t11230 committed Feb 9, 2014
1 parent a8be752 commit 2afa8a4
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Site/getProb.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ def getProbability(teams):
teams[k][i] = mto[invChamps[teams[k][i]]]
m = makeHeroArray(teams[0])+makeHeroArray(teams[1])+[leftStuns+rightStuns]

return 100.00*(1.0-(5.0+(clf.decision_function(m)[0]))/10.0)
return 100.00*(1.0-(5.0+(clf.decision_function(m)[0]))/10.0)
Binary file removed Site/getProb.pyc
Binary file not shown.
Binary file removed Site/seleen.pyc
Binary file not shown.

0 comments on commit 2afa8a4

Please sign in to comment.