Skip to content

Latest commit

 

History

History
63 lines (43 loc) · 2.33 KB

README.md

File metadata and controls

63 lines (43 loc) · 2.33 KB

Fantasy Logo

Performance Analysis for Premier League via Neural Nets

This project is used a personal self-study into developing neuaral networks to interpret data from the premier league.

Project Structure

This project is organized into several directories, each serving a specific purpose:

    premeir-league-nn/
    ├── data/           # Data used/referenced for model buildingUnderstat darta + FPL
    ├── tests/               # Sample unit testing modules
    ├── README.md            # Project overview and documentation
    └── requirements.txt     # List of dependencies required to run the project

Getting Started

To run this project, you will need Python installed on your machine along with the required libraries. Current version utilizations being utilzied locally are as follows:

  • Python (3.11.7)
  • Virtual environment created using Python 3.11 (Not required but suggested)

To create and activate virtual environment:

python -m venv .venv_fpl
source .venv_fpl/bin/activate  # Linux/Mac
# or
.venv_fpl\Scripts\activate  # Windows

ipython kernel install --user --name=".venv_fpl" --display-name="FPL Analytics"

Acknowledgements

Fantasy Logo        PL Logo        GH Logo        SKLearn Logo

Authors

Badges

Add badges from somewhere like: shields.io

IBM License