Skip to content

Commit 047d92c

Browse files
authored
Update Readme.md
1 parent 1b19b94 commit 047d92c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ This file cleans the scraped the data for the next gameweek and prepares it for
4848

4949
I built **2 different models** for each position **(Goalkeepers, defenders, midfielders and forwards).**
5050

51-
The **first model is a classification model that predicts whether a player will start or not.**
51+
The **first model is a classification model (f1_score and accuracy used as metric) that predicts whether a player will start or not.**
5252

53-
The **second model is a regression model that predicts the total points of players that played.**
53+
The **second model is a regression model (root mean squared error used as evaluation metric) that predicts the total points of players that played.**
5454
The **reason for this approach is a lot of players don’t play games at all** and just predicting the points of all the players directly means our test dataset will have many **0’s which will strongly affect the quality of our regression model.**<br>
5555

5656

0 commit comments

Comments
 (0)