The Balloons dataset from the UCI ML repository.
Predict if the given balloon is inflated.
adult_or_stretch
Binary classification
Balloons are inflated if age == adult or act == stretch.
adult_and_stretch
Binary classification
Balloons are inflated if age == adult and act == stretch.
yellow_and_small
Binary classification
Balloons are inflated if color == yellow and size == small.… See the full description on the dataset page:
https://huggingface.co/datasets/mstz/balloons.