Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/heyitsjoealongi/fantasy-football-qbwr-model

Fantasy Football: Quarterback / Wide Receiver - Gaussian Process Regression (GPR) Machine Learning Model
https://github.com/heyitsjoealongi/fantasy-football-qbwr-model

machine-learning matplotlib model numpy python scikit-learn

Last synced: about 1 month ago
JSON representation

Fantasy Football: Quarterback / Wide Receiver - Gaussian Process Regression (GPR) Machine Learning Model

Awesome Lists containing this project

README

        

# Fantasy Football QBWR Model

Forecasting the throw and catch relationship of QB (Quarterback) to WR (Wide Receiver) over four seasons with a base level of passes and percentage of catches through Machine Learning with Pandas, Scikit Learn, Numpy, and Matplotlib.

## Develop Python Application Locally

1. Install Requirements File:

```zsh
pip install -r requirements.txt
```

2. Test Requirements File:

```zsh
python -m pip check
```

3. Start Python Application:

```zsh
python model.py
```

#### Acknowledgements:

- [Forecasting of CO2 level on Mona Loa dataset using Gaussian process regression (GPR)](https://scikit-learn.org/stable/auto_examples/gaussian_process/plot_gpr_co2.html)