This repository contains text classification datasets with known data quality issues for preprocessing research in AutoML.
Load a specific dataset configuration like this:
from datasets import load_dataset
dataset = load_dataset("MothMalone/data-preprocessing-automl-benchmarks", "trec")
Below are the details for each dataset configuration available in this… See the full description on the dataset page:
https://huggingface.co/datasets/MothMalone/data-preprocessing-automl-benchmarks.