Skip to content

The rush zone detection application is an application that gives you the possibility to see how the odds trend varies in order to determine where the rushes are in sports betting. Then trains models to predict the odds.

Notifications You must be signed in to change notification settings

destoone/Rush-zone-detection-app

Repository files navigation

Rush-zone-detection-app

The rush zone detection application is an application that gives you the possibility to see how the odds trend varies in order to determine where the rushes are in sports betting. Then trains models to predict the odds.

App structure

Used dependencies & technologies: We have an application entirely coded in python, so we will need to install python as well as some libraries like pandas, numpy. We will use the Dash framework, which you can find here, or a tutorial that allows you to take the basics of the framework. So Dash is a python framework dedicated to the developers of machine learning applications. Dash uses Flask behind it which will allow us to use the necessary web components for our web application. So we will make a separate treatment, a treatment that will allow us to make our analysis, our visualizations and our predictions. To do this we will use scikit-learn and a notebook as editor.

Introduction

The goal: Here the goal is to determine the rush zones, what we call by rush is what represents the highest odds for each game. We will use a database of Premier League between 2010 and 2018. So we will start by presenting the Premier League, the different teams.

We will also have the possibility to see the information about the different teams, there are four terminals that represent the different online platforms where bets are made. So we have B365, IW, LB and WH, so we will navigate through the different terminals.

Now we will move to the visualization of our data, we start by seeing the current values of our odds. And respectively for all our terminals.

And as said above, after processing and choosing our variables as well as our models, predictions are made on our odds.

Then in order to better understand our graphs we have put filters on the years and months.

Finally you will find the code here, after completion you can test the application on the address http://127.0.0.1:8050/

Thanks and enjoy it 😉

About

The rush zone detection application is an application that gives you the possibility to see how the odds trend varies in order to determine where the rushes are in sports betting. Then trains models to predict the odds.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages