/Football

Scraping data of football matches in the Spain League (LA LIGA) and Predict the winner

Primary LanguageJupyter Notebook

Football

La_Liga svg

Scraping data of football matches in the Spain League (LA LIGA) and Predict the winner

In this project, we try to use web scraping to collect information and statistics on the matches of three seasons in laliga and to predict the winner in future matches.

Requirement

  • Python 3.8+
  • Python packages :
    • pandas
    • requests
    • BeautifulSoup
    • scikit-learn