Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kidiyoor committed Dec 21, 2015
2 parents 55c0260 + 4a4cab4 commit 13e6ccc
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# CricketPrediction
Predict a cricket match ball by ball. Simulation of a cricket match using Big Data analysis. This is a college project, developed as part of BigData learning exercise, focus on clustering of batsman and bowler and prediction on runs.

#How to run
- cd ipl/run
- vi runme.py // set ifile variable to input file ie. Match that need to be simulated
- python runme.py > out.txt


#Major assumption
Currently, This project can only simulate an already played match, since we need the bating order and bowling order to be know before simulation. ie. Information on which batsman played against which bowler need to be know before simulation. Currently working on it...

#Clustering tool
https://code.google.com/p/bayon/

#Data Source
http://cricsheet.org/

#TODO
- Consider extras
- Consider wickets
- Strike change


... Contributions accepted :)



0 comments on commit 13e6ccc

Please sign in to comment.