sleep_hours. Two splits are provided:
original and augmented. Each split shares the same schema; the target is sleep_hours (numeric).1from datasets import load_dataset
2ds = load_dataset("Iris314/Students_sleep_tabular")
3original = ds["original"]
4augmented = ds["augmented"]