- Please open all .ipynb notebooks in google.colab , because github has problems with showing visualization packages.
- Build both ARIMA / Prophet models for predicting depth to groundwater by using only univariate and multivariate dataframe in the modelling (features such as temperature, volume, hydrometry).
- Conducted Time Series analysis including decomposition of time series data, and checking for stationarity, while finally making dataset stationary.
- This project helps how to navigate and working with timeseries data that is not stationary and data that required detailed analysis before transforming it. Talking about, predictions this model could be used later on by geologists in order to help them to determine depth to groundwater using previous timeseries knowledge and other feature such as volume, hydrometry.
- packages: pandas, numpy, matplotlib, seaborn, statsmodels, missingno, pmdarima, fbprophet, sklearn.metrics
- Data: Acea Smart Water Analytics - Link for Data
- Installation & Import of required libraries
- Structure Investigation
- Check chronological order of dataframe
- Interpolating missing values
- Visualization of target time series data
- Resampling/Smoothing
- Time Series EDA
- Stationarity
- Augmented Dickey-Fulle test
- Visual test of stationarity
- Making data Stationary
- ACF/PACF
- Modelling
- Train/test split
- Auto-Arima
- Prophet (Univariate)
- Prophet (Multivariate)
[1] https://towardsdatascience.com/how-to-color-a-pandas-dataframe-41ee45db04f6