Coder Social home page Coder Social logo

ipl-wasp's Introduction

Ipl-wasp

Making predictions easy

Based on toss outcomes

win and score predictor for ipl using numpy , pandas and matplotlib . We have 2 programs for one for predicting score and one for predicting the result . The result predictor code will take input of all the various factors involved in a match between 2 particular teams of a season such as toss winner , toss decision , venue , margin of runs/wickets of a particular win , umpires etc to predict the odds of a team winning a particular match on a particular venue. The score predictin code will take input of all the deliveries of all the matches held from the starting till the date and will use machine learning algorithm to predict the score of a particular innings based on that.

Coverage Status License

Installation :-

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. Prerequisites

The Code inside the nptebooks is written in Python 3.6.5 . If you don't have Python installed you can find it here. If you are using a lower version of Python you can upgrade using the pip package, ensuring you have the latest version of pip.

To install pip run in the command Line

python -m ensurepip -- default-pip

to upgrade it

python -m pip install -- upgrade pip setuptools wheel

to upgrade Python

pip install python -- upgrade

You will also need to download the Numpy, Pandas and MatplotLib packages. Again in the command Line type

pip install numpy pip install pandas pip install matplotlib

to download them using pip or

conda install numpy pandas matplotlib

and type Yes when asked to to download them using Anaconda.

GENERAL RULES:-

  1. Don't commit directly, make another branch and put a pull request, we will verify and add the code to the repository
  2. The repository is under Apache Licence 2.0

ipl-wasp's People

Contributors

raks-coder avatar adirids avatar srelan46 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.