├── Data ├── Data_Preperation.ipynb └── Player_Data.csv ├── Dissertation.pdf ├── Predictions ├── 1920_predictions.csv └── Prediction_Pipeline.ipynb ├── README.md └── Results ├── 1920_results.csv ├── Graphs ├── 1920_results_cumsum_graph.png ├── 1920_results_graph.png └── defender_model_comparison.png ├── gw_25_to_29_selected_teams.PNG └── gw_29_selected_team.PNG /Data/Data_Preperation.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoshuaPlacidi/Fantasy-Football-Team-Predictions/HEAD/Data/Data_Preperation.ipynb -------------------------------------------------------------------------------- /Data/Player_Data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoshuaPlacidi/Fantasy-Football-Team-Predictions/HEAD/Data/Player_Data.csv -------------------------------------------------------------------------------- /Dissertation.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoshuaPlacidi/Fantasy-Football-Team-Predictions/HEAD/Dissertation.pdf -------------------------------------------------------------------------------- /Predictions/1920_predictions.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoshuaPlacidi/Fantasy-Football-Team-Predictions/HEAD/Predictions/1920_predictions.csv -------------------------------------------------------------------------------- /Predictions/Prediction_Pipeline.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoshuaPlacidi/Fantasy-Football-Team-Predictions/HEAD/Predictions/Prediction_Pipeline.ipynb -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoshuaPlacidi/Fantasy-Football-Team-Predictions/HEAD/README.md -------------------------------------------------------------------------------- /Results/1920_results.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoshuaPlacidi/Fantasy-Football-Team-Predictions/HEAD/Results/1920_results.csv -------------------------------------------------------------------------------- /Results/Graphs/1920_results_cumsum_graph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoshuaPlacidi/Fantasy-Football-Team-Predictions/HEAD/Results/Graphs/1920_results_cumsum_graph.png -------------------------------------------------------------------------------- /Results/Graphs/1920_results_graph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoshuaPlacidi/Fantasy-Football-Team-Predictions/HEAD/Results/Graphs/1920_results_graph.png -------------------------------------------------------------------------------- /Results/Graphs/defender_model_comparison.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoshuaPlacidi/Fantasy-Football-Team-Predictions/HEAD/Results/Graphs/defender_model_comparison.png -------------------------------------------------------------------------------- /Results/gw_25_to_29_selected_teams.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoshuaPlacidi/Fantasy-Football-Team-Predictions/HEAD/Results/gw_25_to_29_selected_teams.PNG -------------------------------------------------------------------------------- /Results/gw_29_selected_team.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoshuaPlacidi/Fantasy-Football-Team-Predictions/HEAD/Results/gw_29_selected_team.PNG --------------------------------------------------------------------------------