From d051c79c9846c726195cc193d6dc16d5d1003675 Mon Sep 17 00:00:00 2001 From: FedericoGarza Date: Thu, 4 Jan 2024 23:20:46 +0000 Subject: [PATCH] chore: add info to request data --- experiments/prophet/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.