Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/karimosman89/energy-consumption-forecasting
Predict future energy consumption based on historical data.Create a model that predicts energy consumption in households or businesses to optimize energy distribution and reduce costs.Assist energy companies in planning and managing supply efficiently.
https://github.com/karimosman89/energy-consumption-forecasting
arima lstm matplotlib pandas python scikit-learn
Last synced: 5 days ago
JSON representation
Predict future energy consumption based on historical data.Create a model that predicts energy consumption in households or businesses to optimize energy distribution and reduce costs.Assist energy companies in planning and managing supply efficiently.
- Host: GitHub
- URL: https://github.com/karimosman89/energy-consumption-forecasting
- Owner: karimosman89
- License: mit
- Created: 2024-10-31T11:56:05.000Z (6 days ago)
- Default Branch: main
- Last Pushed: 2024-10-31T12:00:47.000Z (6 days ago)
- Last Synced: 2024-10-31T13:17:05.104Z (6 days ago)
- Topics: arima, lstm, matplotlib, pandas, python, scikit-learn
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Energy Consumption Forecasting
This project forecasts energy consumption based on historical data.## Overview
The model helps in optimizing energy distribution.## Dataset
- Source: [UCI Individual Household Electric Power Consumption Dataset](https://archive.ics.uci.edu/ml/datasets/individual+household+electric+power+consumption)## Setup
Install dependencies:pip install -r requirements.txt
## Usage
- Run the preprocessing script:python src/preprocess.py
- Train the model:
python src/model.py