Students Sleep (Original & Augmented)

Summary: Tabular dataset about students with target column sleep_hours. Two splits are provided: original and augmented. Each split shares the same schema; the target is sleep_hours (numeric).

Load

from datasets import load_dataset
ds = load_dataset("Iris314/Students_sleep_tabular")
original  = ds["original"]
augmented = ds["augmented"]
Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support