Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Forecasting daily electricity consumption 💡 with Portuguese weather data on precipitation 🌧️ and temperature 🌡️

NotificationsYou must be signed in to change notification settings

Gaurav0502/electricity-forecasting

Repository files navigation

Aim

To forecast the daily electricity consumption with weather data (daily temperature ranges and precipitation).

Environment Setup

  • Clone this repository.
git clone https://github.com/Gaurav0502/electricity-forecasting.git
  • Install all packages in therequirements.txt file.
pip install -r requirements.txt
  • Download and store all the three datasets from following sources:
  1. Electricity dataset:https://archive.ics.uci.edu/dataset/321/electricityloaddiagrams20112014

  2. 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

References

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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors3

  •  
  •  
  •  

Languages


[8]ページ先頭

©2009-2025 Movatter.jp