diff --git a/experiments/prophet/README.md b/experiments/prophet/README.md index 288813f3..3c775649 100644 --- a/experiments/prophet/README.md +++ b/experiments/prophet/README.md @@ -47,7 +47,7 @@ The repository includes a Makefile to streamline the process of running experime ## Getting Started -1. **Prepare Data**: Ensure your Parquet files are in `/data`. +1. **Prepare Data**: Ensure your Parquet files are in `/data`. If you want access to the original datasets, please write to `ops@nixtla.io` with your use case. 2. **Create conda environment**: Run `conda env create -f environment.yml` and activate the environment using `conda activate timegpt-benchmark`. 3. **Run Benchmarks**: Use the Makefile commands to run evaluations and summarize results.