Predicting EPL Result using Machine learning

버전 1.0.1 (123 KB) 작성자: Kevin Chng
use past season data to train, predict the match in new season
다운로드 수: 391
업데이트 날짜: 2018/12/14

라이선스 보기

Overview :

First of all, I would like to emphasize that I wrote this script for fun, and I don't encourage gambling.

In this script, it uses Machine Learning in MATLAB to predict the result of English Premier League (EPL) match. It uses historical data in past season (EPL 2017/2018) for machine learning to train the model for prediction. In this script, I simply select some features as my predictors. They are average points per match, Number of Shoot, Number of Shoot on Target, and the betting odds in the market. The prediction will tell us the result of match (Home-win(H),Draw(D),Away-win(A)) in this season.

Eventhought the accuracy of model is not so promising,however, it is really very interesting to explore how to do the prediction of the EPL result by using machine learning.

[Note : Not advocating gambling,or any strategy]

Highlights :

Handling EPL data in excel (Eliminate unwanted data, Rearrange the structure of wanted data)
Machine Learning Modeling
Predicting the buying-decision
It definitely will enlighten EPL fan in MATLAB

Product Focus :

MATLAB
Statistics and Machine Learning Toolbox

Written at 5 December 2018

인용 양식

Kevin Chng (2024). Predicting EPL Result using Machine learning (https://www.mathworks.com/matlabcentral/fileexchange/69607-predicting-epl-result-using-machine-learning), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2018b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Statistics and Machine Learning Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Predict EPL_ML

버전 게시됨 릴리스 정보
1.0.1

change title

1.0.0