| --- |
| pretty_name: Trading Forecasting Data |
| license: other |
| task_categories: |
| - tabular-classification |
| - tabular-regression |
| tags: |
| - finance |
| - forecasting |
| - market-data |
| --- |
| |
| # Trading Forecasting Dataset |
|
|
| Upload the contents of this `dataset` folder to a separate Hugging Face Dataset repository. |
|
|
| Expected Dataset repo root: |
|
|
| ```text |
| Data/ |
| Alt Data/ |
| README.md |
| .gitattributes |
| ``` |
|
|
| The Hugging Face Space backend expects these folders to hydrate into its `research_runtime` folder: |
|
|
| - `Data/` |
| - `Alt Data/` |
|
|
| After uploading this dataset repo, set this Space environment variable: |
|
|
| ```text |
| HF_DATASET_REPO_ID=your-hf-username/your-forecasting-dataset |
| ``` |
|
|
| Optional: |
|
|
| ```text |
| HF_DATASET_REVISION=main |
| ``` |
|
|
| The backend will download this dataset at startup if `research_runtime/Data` or `research_runtime/Alt Data` is missing. It also checks before update/retrain jobs. |
|
|
| ## Upload Notes |
|
|
| This repo contains large CSV files. Use Git LFS or `huggingface-cli upload` / `huggingface_hub` upload helpers rather than dragging hundreds of files into the browser. |
|
|
| Keep the folder names exactly as-is: |
|
|
| - `Data` |
| - `Alt Data` |
|
|