Skip to content

Predicting the result of the game for Premier League Teams using SVM, XGBOOST and Logistic Regression

Notifications You must be signed in to change notification settings

raj-shah14/Analysis-for-EPL-Soccer-Teams

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Analysis-for-EPL-Soccer-Teams

Predicting the result of the game for Premier League Teams using SVM, XGBOOST and Logistic Regression There are a total of 19 features which are used to predict the result

Away wins ,Games that were a draw and Home wins

The confusion matrix for Logistic Regression

Away 0 Draw 1 Home 2
20 0 0
4 14 3
0 0 35

The confusion matrix for SVM Regression

Away 0 Draw 1 Home 2
20 0 0
0 21 0
0 0 35

The confusion matrix for XGBoost Regression

Away 0 Draw 1 Home 2
20 0 0
0 21 0
0 1 34

About

Predicting the result of the game for Premier League Teams using SVM, XGBOOST and Logistic Regression

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages