SlideShare a Scribd company logo
1 of 3
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 04 | Apr 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1031
Cricket Score and Winning Prediction
Omkar Mozar1, Soham More2, Shubham Nagare3 , Prof. Nileema Pathak4
1,2,3B.E. Student, Information Technology, Atharva College of Engineering, Mumbai
4Assistant Professor, Information Technology, Atharva College of Engineering, Mumbai
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - As we all know cricket is the most played
game. There are so many series in cricket which are played
in our country, one of them is the Indian Premier League
(IPL). Now it is conducted among 8 teams. Our proposed
system consists a model that has two parts the first one is
prediction of score and the second one is team winning
prediction. In this the score prediction is done with the help
of Lasso Regression algorithm whereas in winning
prediction SVM classifier, decision tree classifier and
random forest classifier are used. The model uses the
supervised machine learning algorithm to predict the
winning. Random Forest Classifier is used for good accuracy
and stable accuracy so that desired predicted output is
accurate.
Key Words: Machine Learning, Lasso Regression, Random
Forest Classifier, IPL Winning Prediction, IPL Score
Prediction
1.INTRODUCTION
Cricket is one in all the foremost loved sports, within the
world, second solely to football. The sport began
in European country(England) in the sixteenth century.
Today, it's the most watched game in several
countries. Various natural factors have an impact on the
sport, enormous media coverage, and an
enormous dissipated market have given sturdy incentives
to model the sport from varied perspectives. However,
their area unit have some complicated rules that
governing the sport, the players ability and their
performances on a specific match day, and various natural
parameters plays a vital role which affects the
ultimate results of the cricket match. This
presents important challenges in predicting the accurate
results of a game.
Today, there are three major formats in which cricket is
being played Internationally, the One Day Internationals
(ODIs), the T20 Cricket and the Test Cricket. Besides these
international cricket matches, T20 League cricket
is obtaining attention within the fans because of its
shortest format and therefore it has became the most
enjoyable format of the sport. Indian Premiere League
is one of the popular T20 cricket league within
the world. It is usually held between March and May of
every year. The first season was slated to
begin in April 2008 and until then there have
been fourteen seasons of this tournament.
As fans watching the IPL , people make their own
predictions while watching a particular match, based on
the data they have they make a call on who will win the
match by using different statistics and records. So, there is
a huge demand for the algorithms that predicts the best
result of score and winning team that is more important.
We will perform prediction for all the matches that have
taken place in the IPL. This is done by using machine
learning algorithms for performing the prediction of the
results of the matches
1.1 Objectives
1. To improve the general attraction to the Premier
League
2. To predict the cricket score
3. Effective prediction technique
4. Essential for making strategic decisions
1.2 Scope
The Cricketing world will start to believe in Prediction
which will be based on some statistical records rather
than some theoretical concepts. It will be easier to predict
the live score and match winner.
2. PROPOSED SYSTEM
Cricket score and Winning prediction is a system which
will predict live cricket score and winning forecast. In this
model there are two sections. In initial segment we will
predict the live score of a live match considering various
parameters and, in the second segment, model will predict
who will win the match by considering different
parameters and efficient algorithms.
3. METHODOLOGY
3.1 Algorithms
1)Lasso Regression
Lasso regression is a regularization technique. it's used
over regression strategies for accurate prediction. This
model uses shrinkage. Shrinkage is where data values are
shrunken to a central point as the mean. The lasso
procedure encourages simple, straightforward, thin
models (i.e. models with fewer parameters). This specific
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 04 | Apr 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1032
style of regression is well-suited for models showing high
levels of multiple regression or when you want to
automatise certain elements of model , like variable
selection/parameter elimination.
2)Random Forest Classifier
Random Forest is a classifier that contains variety of
decision trees on varied subsets of the given dataset and
takes the average to improve the predictive accuracy of
that dataset. Instead of hoping on one decision tree, the
random forest takes the prediction from each and every
tree and based on the majority votes of predictions, and it
predicts the final output. The more the number of trees
within the forest results in higher accuracy and prevents
the matter of overfitting.
3.2 System Description
In this proposed system, we have collected the dataset
from Kaggle. In this dataset there is ball to ball data is
stored. On this data, data pre-processing and feature
selection is done. And the data is divided into 1)Training
Data and 2)Testing Data, in which different algorithms are
applied on training data. This model contains two phases,
Live score Prediction and Match Winner Prediction. For
live score prediction considered parameters are overs
bowled, runs scored, number of wickets fallen, runs score
in previous 5 overs and wickets taken in previous 5 overs.
On these parameters lasso regression is applied and for
winner prediction considered parameters are toss winner,
toss decision and venue. On these parameters Random
forest classifier is applied. And lastly we have developed a
Graphical User Interface(GUI) for the machine learning
models using the Flask Framework.
4. DATASET
The dataset is collected from kaggle, For score prediction
dataset consists of 76015 number of rows and 15 columns
over which different techniques are applied and selected 8
features. And for Winner prediction dataset consists of
700 number of rows and 15 columns.
5. RESULT
The Graphical User Interface(GUI) has been developed for
the machine learning models using the Flask Framework.
For the backend of the site we have used Python.
This site will predict the live IPL match score and the
winner of the match
First, on our home page, we get information about our
system and also a buttons to predict the live score and
winner of match.
The next is the winner prediction section, this button takes
you to the page where the user have to give the inputs like
team names, venue, toss winner, toss decision and city to
predict the winner of match.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 04 | Apr 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1033
After that, the next is the score prediction section, this
button takes you to the page where user have to give the
inputs like team names, venue, overs bowled, runs scored,
total wickets fallen, runs and wickets in previous 5 overs
etc. to predict the score during the live match.
We will get the inning score which will be predicted in the
form of range.
Here is the gallery, there are some of the captured
moments of the most anticipated cricket festival of the
year, i.e, the Indian Premier League.
6. CONCLUSION
The objective of this project is to predict the score and
winner of the match using historical data. To conduct the
analysis and predicting the score of match, various
branches of Data Science will be converge including Pre-
Processing of data, Visualizations of data, preparation of
data, feature selection and to implement different machine
learning models for the predictions. On selected features
several machine learning models will be applied to predict
the score of innings and to get right result.
7.REFERENCES
[1]. Dhonge, N., Dhole, S., Wavre, N., Pardakhe, M., &
Nagarale, A. IPL CRICKET SCORE AND WINNING
PREDICTION USING MACHINE LEARNING TECHNIQUES.
https://irjmets.com/uploadedfiles/paper/volume3/issue_
5_may_2021/10362/1628083416.pdf
[2]. E. Mundhe, I. Jain and S. Shah, "Live Cricket Score
Prediction Web Application using Machine Learning,"
2021 International Conference on Smart Generation
Computing, Communication and Networking (SMART
GENCON), 2021, pp. 1-6, doi:
10.1109/SMARTGENCON51891.2021.9645855.
[3]. D. Thenmozhi, P. Mirunalini, S. M. Jaisakthi, S.
Vasudevan, V. Veeramani Kannan and S. Sagubar Sadiq,
"MoneyBall - Data Mining on Cricket Dataset," 2019
International Conference on Computational Intelligence in
Data Science (ICCIDS), 2019, pp. 1-5, doi:
10.1109/ICCIDS.2019.8862065.
[4]. Rameshwari Lokhande, P. M. Chawan "Live Cricket
Score and Winning Prediction" Published in International
Journal of Trend in Research and Development (IJTRD),
ISSN: 2394-9333, Volume-5 | Issue1 , February 2018
[5]. Nimmagadda, Akhil, et al. "Cricket score and winning
prediction using data mining." International Journal for
Advance Research and Development 3.3 (2018): 299-302.
[6]. pdfInternational Journal of Trend in Research and
Development (IJTRD), ISSN: 2394-9333, Volume-5 | Issue1
, February 2018,
URL:http://www.ijtrd.com/papers/IJTRD12180.pdf
[7]. Srinivas S., Bhat N.N., Revanasiddappa M. (2021) Data
Analysis of Cricket Score Prediction. In: Gunjan V.K.,
Zurada J.M. (eds) Advances in Intelligent Systems and
Computing. https://doi.org/10.1007/978-981-15-7234-
0_42.
[8]. https://www.statisticshowto.com/lasso-regression/

More Related Content

Similar to IPL Cricket Score and Winning Prediction Using ML

B04124012020
B04124012020B04124012020
B04124012020IOSR-JEN
 
Predicting Football Match Results with Data Mining Techniques
Predicting Football Match Results with Data Mining TechniquesPredicting Football Match Results with Data Mining Techniques
Predicting Football Match Results with Data Mining TechniquesIJCSIS Research Publications
 
IRJET- Cricket Team Selection and Analysis by using DEA Algorithm in Python
IRJET-  	  Cricket Team Selection and Analysis by using DEA Algorithm in PythonIRJET-  	  Cricket Team Selection and Analysis by using DEA Algorithm in Python
IRJET- Cricket Team Selection and Analysis by using DEA Algorithm in PythonIRJET Journal
 
Football Result Prediction using Dixon Coles Algorithm
Football Result Prediction using Dixon Coles AlgorithmFootball Result Prediction using Dixon Coles Algorithm
Football Result Prediction using Dixon Coles AlgorithmAakash Jacobs
 
Football League Management System Final Year Report
Football League Management System Final Year ReportFootball League Management System Final Year Report
Football League Management System Final Year ReportShahzaib Ibrahim
 
ANALYSIS OF FOOTBALL PLAYERS’ PERFORMANCE USING PYTHON AND DARTFISH
ANALYSIS OF FOOTBALL PLAYERS’ PERFORMANCE USING PYTHON AND DARTFISHANALYSIS OF FOOTBALL PLAYERS’ PERFORMANCE USING PYTHON AND DARTFISH
ANALYSIS OF FOOTBALL PLAYERS’ PERFORMANCE USING PYTHON AND DARTFISHIRJET Journal
 
Design and Development of Return Analysis System Between Purchase and Rental ...
Design and Development of Return Analysis System Between Purchase and Rental ...Design and Development of Return Analysis System Between Purchase and Rental ...
Design and Development of Return Analysis System Between Purchase and Rental ...ijtsrd
 
AI Golf: Golf Swing Analysis Tool for Self-Training
AI Golf: Golf Swing Analysis Tool for Self-TrainingAI Golf: Golf Swing Analysis Tool for Self-Training
AI Golf: Golf Swing Analysis Tool for Self-TrainingIRJET Journal
 
IRJET - Acet Sports Alert
IRJET - Acet Sports AlertIRJET - Acet Sports Alert
IRJET - Acet Sports AlertIRJET Journal
 
Stock Market Prediction Using Deep Learning
Stock Market Prediction Using Deep LearningStock Market Prediction Using Deep Learning
Stock Market Prediction Using Deep LearningIRJET Journal
 
IRJET - Stock Market Analysis and Prediction
IRJET - Stock Market Analysis and PredictionIRJET - Stock Market Analysis and Prediction
IRJET - Stock Market Analysis and PredictionIRJET Journal
 
IRJET- A Survey on Team Selection in Game of Cricket using Machine Learning
IRJET- A Survey on Team Selection in Game of Cricket using Machine LearningIRJET- A Survey on Team Selection in Game of Cricket using Machine Learning
IRJET- A Survey on Team Selection in Game of Cricket using Machine LearningIRJET Journal
 
Can One Use ChatGPT in Sports Handicapping? Best AI Sports Handicapper
Can One Use ChatGPT in Sports Handicapping? Best AI Sports HandicapperCan One Use ChatGPT in Sports Handicapping? Best AI Sports Handicapper
Can One Use ChatGPT in Sports Handicapping? Best AI Sports HandicapperJoe Duffy
 
IRJET- No More Third Umpires
IRJET-  	  No More Third UmpiresIRJET-  	  No More Third Umpires
IRJET- No More Third UmpiresIRJET Journal
 
STOCK MARKET PREDICTION USING NEURAL NETWORKS
STOCK MARKET PREDICTION USING NEURAL NETWORKSSTOCK MARKET PREDICTION USING NEURAL NETWORKS
STOCK MARKET PREDICTION USING NEURAL NETWORKSIRJET Journal
 
Prediction Of Right Bowlers For Death Overs In Cricket
Prediction Of Right Bowlers For Death Overs In CricketPrediction Of Right Bowlers For Death Overs In Cricket
Prediction Of Right Bowlers For Death Overs In CricketIRJET Journal
 
IRJET- Stock Market Prediction using Machine Learning Techniques
IRJET- Stock Market Prediction using Machine Learning TechniquesIRJET- Stock Market Prediction using Machine Learning Techniques
IRJET- Stock Market Prediction using Machine Learning TechniquesIRJET Journal
 
IRJET- Logistics Network Superintendence Based on Knowledge Engineering
IRJET- Logistics Network Superintendence Based on Knowledge EngineeringIRJET- Logistics Network Superintendence Based on Knowledge Engineering
IRJET- Logistics Network Superintendence Based on Knowledge EngineeringIRJET Journal
 
IRJET- Comparison of Classification Algorithms using Machine Learning
IRJET- Comparison of Classification Algorithms using Machine LearningIRJET- Comparison of Classification Algorithms using Machine Learning
IRJET- Comparison of Classification Algorithms using Machine LearningIRJET Journal
 
Artificial Intelligence Based Stock Market Prediction Model using Technical I...
Artificial Intelligence Based Stock Market Prediction Model using Technical I...Artificial Intelligence Based Stock Market Prediction Model using Technical I...
Artificial Intelligence Based Stock Market Prediction Model using Technical I...ijtsrd
 

Similar to IPL Cricket Score and Winning Prediction Using ML (20)

B04124012020
B04124012020B04124012020
B04124012020
 
Predicting Football Match Results with Data Mining Techniques
Predicting Football Match Results with Data Mining TechniquesPredicting Football Match Results with Data Mining Techniques
Predicting Football Match Results with Data Mining Techniques
 
IRJET- Cricket Team Selection and Analysis by using DEA Algorithm in Python
IRJET-  	  Cricket Team Selection and Analysis by using DEA Algorithm in PythonIRJET-  	  Cricket Team Selection and Analysis by using DEA Algorithm in Python
IRJET- Cricket Team Selection and Analysis by using DEA Algorithm in Python
 
Football Result Prediction using Dixon Coles Algorithm
Football Result Prediction using Dixon Coles AlgorithmFootball Result Prediction using Dixon Coles Algorithm
Football Result Prediction using Dixon Coles Algorithm
 
Football League Management System Final Year Report
Football League Management System Final Year ReportFootball League Management System Final Year Report
Football League Management System Final Year Report
 
ANALYSIS OF FOOTBALL PLAYERS’ PERFORMANCE USING PYTHON AND DARTFISH
ANALYSIS OF FOOTBALL PLAYERS’ PERFORMANCE USING PYTHON AND DARTFISHANALYSIS OF FOOTBALL PLAYERS’ PERFORMANCE USING PYTHON AND DARTFISH
ANALYSIS OF FOOTBALL PLAYERS’ PERFORMANCE USING PYTHON AND DARTFISH
 
Design and Development of Return Analysis System Between Purchase and Rental ...
Design and Development of Return Analysis System Between Purchase and Rental ...Design and Development of Return Analysis System Between Purchase and Rental ...
Design and Development of Return Analysis System Between Purchase and Rental ...
 
AI Golf: Golf Swing Analysis Tool for Self-Training
AI Golf: Golf Swing Analysis Tool for Self-TrainingAI Golf: Golf Swing Analysis Tool for Self-Training
AI Golf: Golf Swing Analysis Tool for Self-Training
 
IRJET - Acet Sports Alert
IRJET - Acet Sports AlertIRJET - Acet Sports Alert
IRJET - Acet Sports Alert
 
Stock Market Prediction Using Deep Learning
Stock Market Prediction Using Deep LearningStock Market Prediction Using Deep Learning
Stock Market Prediction Using Deep Learning
 
IRJET - Stock Market Analysis and Prediction
IRJET - Stock Market Analysis and PredictionIRJET - Stock Market Analysis and Prediction
IRJET - Stock Market Analysis and Prediction
 
IRJET- A Survey on Team Selection in Game of Cricket using Machine Learning
IRJET- A Survey on Team Selection in Game of Cricket using Machine LearningIRJET- A Survey on Team Selection in Game of Cricket using Machine Learning
IRJET- A Survey on Team Selection in Game of Cricket using Machine Learning
 
Can One Use ChatGPT in Sports Handicapping? Best AI Sports Handicapper
Can One Use ChatGPT in Sports Handicapping? Best AI Sports HandicapperCan One Use ChatGPT in Sports Handicapping? Best AI Sports Handicapper
Can One Use ChatGPT in Sports Handicapping? Best AI Sports Handicapper
 
IRJET- No More Third Umpires
IRJET-  	  No More Third UmpiresIRJET-  	  No More Third Umpires
IRJET- No More Third Umpires
 
STOCK MARKET PREDICTION USING NEURAL NETWORKS
STOCK MARKET PREDICTION USING NEURAL NETWORKSSTOCK MARKET PREDICTION USING NEURAL NETWORKS
STOCK MARKET PREDICTION USING NEURAL NETWORKS
 
Prediction Of Right Bowlers For Death Overs In Cricket
Prediction Of Right Bowlers For Death Overs In CricketPrediction Of Right Bowlers For Death Overs In Cricket
Prediction Of Right Bowlers For Death Overs In Cricket
 
IRJET- Stock Market Prediction using Machine Learning Techniques
IRJET- Stock Market Prediction using Machine Learning TechniquesIRJET- Stock Market Prediction using Machine Learning Techniques
IRJET- Stock Market Prediction using Machine Learning Techniques
 
IRJET- Logistics Network Superintendence Based on Knowledge Engineering
IRJET- Logistics Network Superintendence Based on Knowledge EngineeringIRJET- Logistics Network Superintendence Based on Knowledge Engineering
IRJET- Logistics Network Superintendence Based on Knowledge Engineering
 
IRJET- Comparison of Classification Algorithms using Machine Learning
IRJET- Comparison of Classification Algorithms using Machine LearningIRJET- Comparison of Classification Algorithms using Machine Learning
IRJET- Comparison of Classification Algorithms using Machine Learning
 
Artificial Intelligence Based Stock Market Prediction Model using Technical I...
Artificial Intelligence Based Stock Market Prediction Model using Technical I...Artificial Intelligence Based Stock Market Prediction Model using Technical I...
Artificial Intelligence Based Stock Market Prediction Model using Technical I...
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxKartikeyaDwivedi3
 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...asadnawaz62
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxDeepakSakkari2
 
An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...Chandu841456
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort servicejennyeacort
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSCAESB
 
Introduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHIntroduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHC Sai Kiran
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girlsssuser7cb4ff
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...VICTOR MAESTRE RAMIREZ
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfAsst.prof M.Gokilavani
 
Risk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfRisk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfROCENODodongVILLACER
 
Churning of Butter, Factors affecting .
Churning of Butter, Factors affecting  .Churning of Butter, Factors affecting  .
Churning of Butter, Factors affecting .Satyam Kumar
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxPoojaBan
 

Recently uploaded (20)

Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptx
 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptx
 
An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...
 
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentation
 
Introduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHIntroduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECH
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girls
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
 
Risk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfRisk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdf
 
Churning of Butter, Factors affecting .
Churning of Butter, Factors affecting  .Churning of Butter, Factors affecting  .
Churning of Butter, Factors affecting .
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptx
 

IPL Cricket Score and Winning Prediction Using ML

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 04 | Apr 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1031 Cricket Score and Winning Prediction Omkar Mozar1, Soham More2, Shubham Nagare3 , Prof. Nileema Pathak4 1,2,3B.E. Student, Information Technology, Atharva College of Engineering, Mumbai 4Assistant Professor, Information Technology, Atharva College of Engineering, Mumbai ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - As we all know cricket is the most played game. There are so many series in cricket which are played in our country, one of them is the Indian Premier League (IPL). Now it is conducted among 8 teams. Our proposed system consists a model that has two parts the first one is prediction of score and the second one is team winning prediction. In this the score prediction is done with the help of Lasso Regression algorithm whereas in winning prediction SVM classifier, decision tree classifier and random forest classifier are used. The model uses the supervised machine learning algorithm to predict the winning. Random Forest Classifier is used for good accuracy and stable accuracy so that desired predicted output is accurate. Key Words: Machine Learning, Lasso Regression, Random Forest Classifier, IPL Winning Prediction, IPL Score Prediction 1.INTRODUCTION Cricket is one in all the foremost loved sports, within the world, second solely to football. The sport began in European country(England) in the sixteenth century. Today, it's the most watched game in several countries. Various natural factors have an impact on the sport, enormous media coverage, and an enormous dissipated market have given sturdy incentives to model the sport from varied perspectives. However, their area unit have some complicated rules that governing the sport, the players ability and their performances on a specific match day, and various natural parameters plays a vital role which affects the ultimate results of the cricket match. This presents important challenges in predicting the accurate results of a game. Today, there are three major formats in which cricket is being played Internationally, the One Day Internationals (ODIs), the T20 Cricket and the Test Cricket. Besides these international cricket matches, T20 League cricket is obtaining attention within the fans because of its shortest format and therefore it has became the most enjoyable format of the sport. Indian Premiere League is one of the popular T20 cricket league within the world. It is usually held between March and May of every year. The first season was slated to begin in April 2008 and until then there have been fourteen seasons of this tournament. As fans watching the IPL , people make their own predictions while watching a particular match, based on the data they have they make a call on who will win the match by using different statistics and records. So, there is a huge demand for the algorithms that predicts the best result of score and winning team that is more important. We will perform prediction for all the matches that have taken place in the IPL. This is done by using machine learning algorithms for performing the prediction of the results of the matches 1.1 Objectives 1. To improve the general attraction to the Premier League 2. To predict the cricket score 3. Effective prediction technique 4. Essential for making strategic decisions 1.2 Scope The Cricketing world will start to believe in Prediction which will be based on some statistical records rather than some theoretical concepts. It will be easier to predict the live score and match winner. 2. PROPOSED SYSTEM Cricket score and Winning prediction is a system which will predict live cricket score and winning forecast. In this model there are two sections. In initial segment we will predict the live score of a live match considering various parameters and, in the second segment, model will predict who will win the match by considering different parameters and efficient algorithms. 3. METHODOLOGY 3.1 Algorithms 1)Lasso Regression Lasso regression is a regularization technique. it's used over regression strategies for accurate prediction. This model uses shrinkage. Shrinkage is where data values are shrunken to a central point as the mean. The lasso procedure encourages simple, straightforward, thin models (i.e. models with fewer parameters). This specific
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 04 | Apr 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1032 style of regression is well-suited for models showing high levels of multiple regression or when you want to automatise certain elements of model , like variable selection/parameter elimination. 2)Random Forest Classifier Random Forest is a classifier that contains variety of decision trees on varied subsets of the given dataset and takes the average to improve the predictive accuracy of that dataset. Instead of hoping on one decision tree, the random forest takes the prediction from each and every tree and based on the majority votes of predictions, and it predicts the final output. The more the number of trees within the forest results in higher accuracy and prevents the matter of overfitting. 3.2 System Description In this proposed system, we have collected the dataset from Kaggle. In this dataset there is ball to ball data is stored. On this data, data pre-processing and feature selection is done. And the data is divided into 1)Training Data and 2)Testing Data, in which different algorithms are applied on training data. This model contains two phases, Live score Prediction and Match Winner Prediction. For live score prediction considered parameters are overs bowled, runs scored, number of wickets fallen, runs score in previous 5 overs and wickets taken in previous 5 overs. On these parameters lasso regression is applied and for winner prediction considered parameters are toss winner, toss decision and venue. On these parameters Random forest classifier is applied. And lastly we have developed a Graphical User Interface(GUI) for the machine learning models using the Flask Framework. 4. DATASET The dataset is collected from kaggle, For score prediction dataset consists of 76015 number of rows and 15 columns over which different techniques are applied and selected 8 features. And for Winner prediction dataset consists of 700 number of rows and 15 columns. 5. RESULT The Graphical User Interface(GUI) has been developed for the machine learning models using the Flask Framework. For the backend of the site we have used Python. This site will predict the live IPL match score and the winner of the match First, on our home page, we get information about our system and also a buttons to predict the live score and winner of match. The next is the winner prediction section, this button takes you to the page where the user have to give the inputs like team names, venue, toss winner, toss decision and city to predict the winner of match.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 04 | Apr 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1033 After that, the next is the score prediction section, this button takes you to the page where user have to give the inputs like team names, venue, overs bowled, runs scored, total wickets fallen, runs and wickets in previous 5 overs etc. to predict the score during the live match. We will get the inning score which will be predicted in the form of range. Here is the gallery, there are some of the captured moments of the most anticipated cricket festival of the year, i.e, the Indian Premier League. 6. CONCLUSION The objective of this project is to predict the score and winner of the match using historical data. To conduct the analysis and predicting the score of match, various branches of Data Science will be converge including Pre- Processing of data, Visualizations of data, preparation of data, feature selection and to implement different machine learning models for the predictions. On selected features several machine learning models will be applied to predict the score of innings and to get right result. 7.REFERENCES [1]. Dhonge, N., Dhole, S., Wavre, N., Pardakhe, M., & Nagarale, A. IPL CRICKET SCORE AND WINNING PREDICTION USING MACHINE LEARNING TECHNIQUES. https://irjmets.com/uploadedfiles/paper/volume3/issue_ 5_may_2021/10362/1628083416.pdf [2]. E. Mundhe, I. Jain and S. Shah, "Live Cricket Score Prediction Web Application using Machine Learning," 2021 International Conference on Smart Generation Computing, Communication and Networking (SMART GENCON), 2021, pp. 1-6, doi: 10.1109/SMARTGENCON51891.2021.9645855. [3]. D. Thenmozhi, P. Mirunalini, S. M. Jaisakthi, S. Vasudevan, V. Veeramani Kannan and S. Sagubar Sadiq, "MoneyBall - Data Mining on Cricket Dataset," 2019 International Conference on Computational Intelligence in Data Science (ICCIDS), 2019, pp. 1-5, doi: 10.1109/ICCIDS.2019.8862065. [4]. Rameshwari Lokhande, P. M. Chawan "Live Cricket Score and Winning Prediction" Published in International Journal of Trend in Research and Development (IJTRD), ISSN: 2394-9333, Volume-5 | Issue1 , February 2018 [5]. Nimmagadda, Akhil, et al. "Cricket score and winning prediction using data mining." International Journal for Advance Research and Development 3.3 (2018): 299-302. [6]. pdfInternational Journal of Trend in Research and Development (IJTRD), ISSN: 2394-9333, Volume-5 | Issue1 , February 2018, URL:http://www.ijtrd.com/papers/IJTRD12180.pdf [7]. Srinivas S., Bhat N.N., Revanasiddappa M. (2021) Data Analysis of Cricket Score Prediction. In: Gunjan V.K., Zurada J.M. (eds) Advances in Intelligent Systems and Computing. https://doi.org/10.1007/978-981-15-7234- 0_42. [8]. https://www.statisticshowto.com/lasso-regression/