CoolFace
Datasetpublic

Jitendra12421/DATAENV

Trading Forecasting Dataset Upload the contents of this dataset folder to a separate Hugging Face Dataset repository. Expected Dataset repo root: 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: HF_DATASET_REPO_ID=your-hf-username/your-forecasting-dataset Optional: HF_DATASET_REVISION=main The… See the full description on the dataset page: https://huggingface.co/datasets/Jitendra12421/DATAENV.

sourceHugging Faceotherupdated 4mo agoView on Hugging Face
1likes50downloads
README.md53 linesDownload Raw Back to root
1---2pretty_name: Trading Forecasting Data3license: other4task_categories:5- tabular-classification6- tabular-regression7tags:8- finance9- forecasting10- market-data11---12 13# Trading Forecasting Dataset14 15Upload the contents of this `dataset` folder to a separate Hugging Face Dataset repository.16 17Expected Dataset repo root:18 19```text20Data/21Alt Data/22README.md23.gitattributes24```25 26The Hugging Face Space backend expects these folders to hydrate into its `research_runtime` folder:27 28- `Data/`29- `Alt Data/`30 31After uploading this dataset repo, set this Space environment variable:32 33```text34HF_DATASET_REPO_ID=your-hf-username/your-forecasting-dataset35```36 37Optional:38 39```text40HF_DATASET_REVISION=main41```42 43The 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.44 45## Upload Notes46 47This 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.48 49Keep the folder names exactly as-is:50 51- `Data`52- `Alt Data`53