luisroque commited on
Commit
0659855
1 Parent(s): a3d6e71

update readme

Browse files
Files changed (1) hide show
  1. README.md +3 -3
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 predict.
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/hierarchical_datasets.git
94
- cd hierarchical_datasets
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.