📈 Gold Price Forecasting using Time Series Models
This project aims to forecast gold prices using advanced time series techniques. It includes data preprocessing, model training, and evaluation of methods such as ARIMA, SARIMA, LSTM, GRU and others to identify the best-performing approach for accurate predictions.
The goal is to explore and compare different time series models to forecast gold prices based on historical data. The repository contains all necessary code, workflows, and visualizations to support reproducibility and performance benchmarking.
- Python
- Pandas & NumPy
- Matplotlib & Seaborn
- Statsmodels (ARIMA/SARIMA)
- TensorFlow / Keras (LSTM) (GRU)
- Scikit-learn
- Time series data preprocessing & transformation
- Implementation of statistical and deep learning models
- Model evaluation using standard metrics
- Visualization of results and forecast performance
- Easy-to-follow and modular code structure