Repository for Time Series Forecasting with Generalized Additive Models (GAM) case study. This case study explores and implements GAM model for accurate time series predictions on wastewater data from Sandomierz. This project includes a Jupyter notebook demonstrating the application of GAM model, providing insights, aiding in forecasting future trends in the wastewater time series dataset.
The GAM Model achieved amazing results after careful preprocessing and feature engineering and outperformed popular time-series model Prophet.
GAM | Prophet | |
---|---|---|
MSE | 0.06 | 0.27 |
MAE | 0.18 | 0.45 |
It was made as part of Data Mining course on winter semester of Data Engineering and Analysis on AGH UST.