- Notifications
You must be signed in to change notification settings - Fork2
Gaurav0502/electricity-forecasting
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
To forecast the daily electricity consumption with weather data (daily temperature ranges and precipitation).
- Clone this repository.
git clone https://github.com/Gaurav0502/electricity-forecasting.git
- Install all packages in the
requirements.txt
file.
pip install -r requirements.txt
- Download and store all the three datasets from following sources:
Electricity dataset:https://archive.ics.uci.edu/dataset/321/electricityloaddiagrams20112014
Weather dataset:https://www.kaggle.com/datasets/gauravpendharkar/portuguese-weather-data-from-2011-to-2014
- Ensure the all the data and code files have the directory structure as follows:
.├── README.md├── clustering.ipynb├── clusters.json├── data│ ├── LD2011_2014.txt│ ├── lisbon_precip_2011-2014.csv│ └── lisbon_temp_2011-2014.csv├── eda.ipynb├── model.py├── modelling.ipynb├── preprocess.py└── requirements.txt
Electricity:https://archive.ics.uci.edu/dataset/321/electricityloaddiagrams20112014
Weather:https://www.ipma.pt/en/oclima/series.longas/list.jsp
About
Forecasting daily electricity consumption 💡 with Portuguese weather data on precipitation 🌧️ and temperature 🌡️
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors3
Uh oh!
There was an error while loading.Please reload this page.