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"]
Inference Providers
NEW
This model isn't deployed by any Inference Provider.
๐
Ask for provider support