SamuelM0422 commited on
Commit
c99f286
·
verified ·
1 Parent(s): 5ebfee0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -78,10 +78,10 @@ Each file includes the following fields (translated from Portuguese):
78
  - `id`: Id of the time series.
79
  - `past_values`: The context values of shape `(512, 1)`.
80
  - `past_observed mask`: The mask of context values of shape `(512, 1)`.
81
- - 'static_categorical_values': If it is wind or solar energy `(0 or 1)`.
82
- - 'static_real_values': Latitude and longitude.
83
- - 'future_values': The target sequence.
84
- - 'future_observerd_mask': The mask of target sequence.
85
 
86
  Note: Some years or months may lack some of these fields depending on the ONS publication format.
87
 
 
78
  - `id`: Id of the time series.
79
  - `past_values`: The context values of shape `(512, 1)`.
80
  - `past_observed mask`: The mask of context values of shape `(512, 1)`.
81
+ - `static_categorical_values`: If it is wind or solar energy `(0 or 1)`.
82
+ - `static_real_values`: Latitude and longitude.
83
+ - `future_values`: The target sequence.
84
+ - `future_observerd_mask`: The mask of target sequence.
85
 
86
  Note: Some years or months may lack some of these fields depending on the ONS publication format.
87