Navigating the repository
The repository for our project is available on GitHub.
data_raw
: All the raw data taken from our dataset sourcesdata_processed
: Data that has undergone some form of processingdocs
: Files for documentation website; necessary for MkDocs to function wellevaluations
: In-depth model evaluations we completed for three selected models, namely a rolling bagging regressor, rolling kNN regressor, and rolling XGBoost regressor. Preliminary performance metrics are computed in each model's Jupyter Notebook instead of here (these are undermodels
).site
: Compiled documentation website after runningmkdocs build
.
Important note: The data files (includes files with extensions .csv
, .pkl
, and .sav
) that we have used and/or created are not stored in this repo due to storage constraints. This repository is exclusively meant for displaying the work we have completed, and hence we deem the Jupyter Notebooks and figures we have made to be enough proof of such.