Skip to content

ML learning model that predicts the winner of the Premier League 2020-2021 competition.

License

Notifications You must be signed in to change notification settings

nestorivanmo/FootballPrediction

 
 

Repository files navigation

FootballPrediction

Objetive

Make a ML learning model that predicts the winner of the Premier League 2020-2021 competition.

Results

Our results can be found here

Collaborators

Repository Structure

Data

The data was taken from the repository: jalapic/engsoccerdata
This data has de columns: Date,Season,home,visitor,FT,hgoal,vgoal,division,tier,totgoal,goaldif,result

Workflow

Cleaning Data

In this part of the project we drop some columns and add some columns. We consider that the week game,

We remove FT, totgoal, goaldif because those columns can be obtain in function of others columns.

Training

Results

About

ML learning model that predicts the winner of the Premier League 2020-2021 competition.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 84.7%
  • Python 15.3%