This model applies Long Short-Term Memory (LSTM) architecture to predict energy consumption over a 48-hour period using historical energy usage and weather data from 2021 to 2023.
The model uses a sequence length of 192 (48 hours) to create input sequences for training and testing.
-
Install Required Packages
-
Load Your Data
-
Preprocess the Data According to the Specifications
-
Run the Script