This repository contains code and documentation for forecasting electricity load using deep learning models with uncertainty quantification.
- Source: Kaggle Electricity Load Forecasting (continuous_dataset.csv)
- Frequency: Hourly
- Target: Load/Demand
- LSTM with Monte Carlo Dropout
- LSTM with Quantile Regression
- RMSE, MAE, MAPE
- Coverage Probability, Interval Width
- CRPS
- Open the notebook in Google Colab
- Mount Google Drive and set CONFIG paths
- Run all cells to train and evaluate models
- Results are saved in summary.md and plots folder