Question: Problem Statement: In PYTHON For this program, you are to implement a 2 stage program(2 files) that preprocesses historical futbal match data to predict future


Problem Statement: In PYTHON For this program, you are to implement a 2 stage program(2 files) that preprocesses historical futbal match data to predict future quarterfinal matchups. In order to complete this program you need to first write a program that can take historical futbol matches and process them in to a format we can use for the second part (See preprocessing). Once the data has been processed in to a usable format you will need to write a program that predicts the results of a quarterfinal matchup(see results). Input: You will be given a file of historic futbol matches (matches.csv) that has 476 matches between 10 teams. The columns are home team, away team, home goals, away goals. You can assume that the 10 team names do not change for your code. The team names are [ 'Everton', 'stoke', 'Arsenal', 'Swansea', 'ManUnited', 'Liverpool', 'Southampton', Man City", 'West Brom', 'Chelsea Problem Statement: In PYTHON For this program, you are to implement a 2 stage program(2 files) that preprocesses historical futbal match data to predict future quarterfinal matchups. In order to complete this program you need to first write a program that can take historical futbol matches and process them in to a format we can use for the second part (See preprocessing). Once the data has been processed in to a usable format you will need to write a program that predicts the results of a quarterfinal matchup(see results). Input: You will be given a file of historic futbol matches (matches.csv) that has 476 matches between 10 teams. The columns are home team, away team, home goals, away goals. You can assume that the 10 team names do not change for your code. The team names are [ 'Everton', 'stoke', 'Arsenal', 'Swansea', 'ManUnited', 'Liverpool', 'Southampton', Man City", 'West Brom', 'Chelsea
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
