Skip to content

ap752-unikent/fantasy-premier-league-predictor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

fantasy-premier-league-predictor

  • Data Collection/TrainingDataCollection is used to collect the dataset from the Fantasy Premier League api

    • It collects all possibly relevant information however some columns may be excluded during model training
    • PlayerData.csv is the generated csv file after TrainingDataCollection is run
  • Model/EvaluateClassifier evaluates the trained classifier using 10 fold cross validation.

    • EvaluateClassifier returns the correlation coefficient and the mean absolute error
  • Model/TestClassifier allows a user to input player information (unlabeledPlayerData.csv) to predict the performance of the player for the next X (currently 3) weeks.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published