Skip to content

Daljit-Sohi/SoccerData

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Machine Learning Assignment 1 - Soccer Data

Install

Build from source :

Usage

  • League Tables:

    runp soccerData.py leagueTable:LeagueID

    • Example: runp soccerData.py leagueTable:PL
  • Fixtures List:

    This output fixtures that have been played, and also the once that are yet to be played.

    • runp soccerData.py leagueTable:LeagueID
  • Leagues:
    • League : League ID
    • Seria A : SA
    • Premier League : PL
    • Ligue 1 : Ligue1
    • Bundesliga 1 : BL1

After printing data to the console, an CSV File is also made in the same directory as Script

  • For League Tables
    • File is named 'LeagueName'_Table.csv
  • For Fixtures List
    • File is named 'LeagueName'_FixtureList.csv

About

Machine Learning Assignment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages