Datasets:
update readme
Browse files
README.md
CHANGED
@@ -36,7 +36,7 @@ The training data contains time series data with the following structure:
|
|
36 |
### Prediction Data
|
37 |
The prediction data has a similar structure to the training data and is used for forecasting purposes.
|
38 |
|
39 |
-
**Note:** It contains the complete data, including training and
|
40 |
|
41 |
### Additional Metadata
|
42 |
- **seasonality**: Seasonality of the data.
|
@@ -90,8 +90,8 @@ print(f"data shape: {data.shape}")
|
|
90 |
|
91 |
1. **Clone the Repository:**
|
92 |
```sh
|
93 |
-
git clone https://huggingface.co/datasets/zaai-ai/
|
94 |
-
cd
|
95 |
```
|
96 |
2. **Update the File Paths:**
|
97 |
- Ensure the paths to the .pkl files are correct in your Python script.
|
|
|
36 |
### Prediction Data
|
37 |
The prediction data has a similar structure to the training data and is used for forecasting purposes.
|
38 |
|
39 |
+
**Note:** It contains the complete data, including training and prediction sets.
|
40 |
|
41 |
### Additional Metadata
|
42 |
- **seasonality**: Seasonality of the data.
|
|
|
90 |
|
91 |
1. **Clone the Repository:**
|
92 |
```sh
|
93 |
+
git clone https://huggingface.co/datasets/zaai-ai/hierarchical_time_series_datasets.git
|
94 |
+
cd hierarchical_time_series_datasets
|
95 |
```
|
96 |
2. **Update the File Paths:**
|
97 |
- Ensure the paths to the .pkl files are correct in your Python script.
|