stable-datasets

A comprehensive collection of stable, reproducible datasets for machine learning research.

Welcome to the docs for stable-datasets. We recommend using python>=3.10, and installation using uv:

uv add stable-datasets
pip install stable-datasets

If you would like to start testing or contribute to stable-datasets then please install this project from source with:

git clone https://github.com/rbalestr-lab/stable-datasets.git --single-branch
cd stable-datasets
pip install -e .

Citation

If you find this library useful in your research, please consider citing us:

@misc{stable-datasets,
  author = {},
  title = {},
  year = {2025},
  howpublished = {}
}