From 4a4cab4dd078183922ccb89df6d527e3ad82ba7a Mon Sep 17 00:00:00 2001 From: Gautham V Kidiyoor Date: Sun, 20 Dec 2015 19:28:16 +0530 Subject: [PATCH] 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