alioh / DSND-P4

This project is part of Udacity's Data Scientist Nanodegree program

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Saudi Professional League Predictor / Analysis


  1. Installation
  2. Project Motivation
  3. File Descriptions
  4. Results
  5. Licensing, Authors, and Acknowledgements

1. Installation

  • Python versions 3.*.
  • Python Libraries:
    • Pandas.
    • Scikit-learn.
    • numpy.
    • time.
    • matplotlib.
    • seaborn.

2. Project Motivation

For this project, I was interested in using a dataset I collected before. This dataset is for the Saudi Professional League for he past 9 years. I wanted to make a predictor model and analyze the data to try to come with pattern and find interesting results. I wanted to:

  1. See how many teams played in the league in the past 9 years?
  2. Who was the most valuable player?
  3. Does having clean sheet or low goals against matter on winning the title?
  4. How many teams won the title?
  5. Does home team have bigger chance to win at home than away team?

3. File Descriptions

There is one notebook file that have all the work related to the above questions. The data is not available but I showed the data frames and it have some of the data in it. Markdown cells were used to assist in walking through the thought process for individual steps.

4. Results

The main findings of the code can be found here.

5. Licensing, Authors, Acknowledgements

Credit goes to Slstat.com for the data. The data is no longer shared with public so I can't re-post it without permission (waiting on that.). Feel free to ask me anything about the code @alioh

About

This project is part of Udacity's Data Scientist Nanodegree program


Languages

Language:HTML 53.5%Language:Jupyter Notebook 46.5%