From 0d569cf7a9db90485ee8f3517f992f64c3267c22 Mon Sep 17 00:00:00 2001 From: Gautham V Kidiyoor Date: Sun, 20 Dec 2015 19:09:15 +0530 Subject: [PATCH 1/5] Create README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..80c7819 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# CricketPrediction +Predict a cricket match ball by ball. Simulation of a cricket match using Big Data analysis. + + + +#TODO +- Consider extras +- Consider wickets +- Strike change From 60d464e12d003cd68546708be38089cf33f2ccdd Mon Sep 17 00:00:00 2001 From: Gautham V Kidiyoor Date: Sun, 20 Dec 2015 19:13:38 +0530 Subject: [PATCH 2/5] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 80c7819..8385c39 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # CricketPrediction Predict a cricket match ball by ball. Simulation of a cricket match using Big Data analysis. +#Major assumption +Currently this project can only simulate an already played match, since we need the bating order and bowling order to be know previously. ie information on which batsman played against which bowler need to be know before simulation. Currently working on it... + #TODO From 6a71293945cd32949ac0fb64fa281e9e6f651623 Mon Sep 17 00:00:00 2001 From: Gautham V Kidiyoor Date: Sun, 20 Dec 2015 19:18:57 +0530 Subject: [PATCH 3/5] Update README.md --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8385c39..8e5ba4d 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,21 @@ # CricketPrediction Predict a cricket match ball by ball. Simulation of a cricket match using Big Data analysis. +#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 previously. ie information on which batsman played against which bowler need to be know before simulation. Currently working on it... +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 +cricsheet.org #TODO - Consider extras From ff25770c99d6137f6331412301fd35cb214ec1d7 Mon Sep 17 00:00:00 2001 From: Gautham V Kidiyoor Date: Sun, 20 Dec 2015 19:26:05 +0530 Subject: [PATCH 4/5] Update README.md --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8e5ba4d..fd11fef 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # CricketPrediction -Predict a cricket match ball by ball. Simulation of a cricket match using Big Data analysis. +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 @@ -15,9 +15,15 @@ Currently, This project can only simulate an already played match, since we need https://code.google.com/p/bayon/ #Data Source -cricsheet.org +http://cricsheet.org/ #TODO - Consider extras - Consider wickets - Strike change + + +... Contributions accepted :) + + + From 4a4cab4dd078183922ccb89df6d527e3ad82ba7a Mon Sep 17 00:00:00 2001 From: Gautham V Kidiyoor Date: Sun, 20 Dec 2015 19:28:16 +0530 Subject: [PATCH 5/5] Update README.md --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fd11fef..ff0db78 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,9 @@ 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 +- 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