Sari95 commited on
Commit
3f5b443
1 Parent(s): c91bc4a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -3
README.md CHANGED
@@ -14,9 +14,8 @@ This model applies Transformer architecture to predict energy consumption over a
14
  **Model Type:** Transformer
15
  **Data Period:** 2021-2023
16
  **Variables Used:**
17
- - `Lastgang`: Energy consumption data
18
- - Weather variables
19
- - Moving average and first difference of `Lastgang`
20
 
21
  ## Features
22
  The model uses a sequence length of 192 (48 hours) to create input sequences for training and testing. Positional encodings are added to the sequences to provide temporal information to the Transformer model.
 
14
  **Model Type:** Transformer
15
  **Data Period:** 2021-2023
16
  **Variables Used:**
17
+ 1. Transformer with Energy consumption data and weather data
18
+ 2. Transformer with Energy consumption data and two additional variables: 'Lastgang_Moving_Average' and 'Lastgang_First_Difference'
 
19
 
20
  ## Features
21
  The model uses a sequence length of 192 (48 hours) to create input sequences for training and testing. Positional encodings are added to the sequences to provide temporal information to the Transformer model.