This project focuses on predicting the scores of Indian Premier League (IPL) cricket matches using machine learning techniques. The goal is to build a model that accurately predicts the total score of a team in an IPL match based on various features such as venue, team performance, batting order, and more.
git clone https://github.com/nky001/ipl.git
cd ipl
pip install -r requirements.txt
The dataset used for this project. It contains historical data of IPL matches including match statistics, player performance, team rankings, and more.
This repository contains a machine learning model for predicting IPL match scores using historical data from previous IPL matches. The model is built using a neural network architecture with multiple dense layers.
LabelEncoder
from scikit-learn.MinMaxScaler
from scikit-learn.This project is licensed under the MIT License - see the LICENSE file for details.