Available Datasets
Cars
A classification dataset containing stats for different cars and with overall grades on their quality.
Inputs (6):
- Buying price (low, medium, high, very high)
- Maintenance cost (low, medium, high, very high)
- Doors (number)
- Seats (number)
- Trunk size (small, medium, large)
- Safety (low, medium, high)
Possible Outputs (4):
- Unacceptable
- Acceptable
- Good
- Very good
Iris
A classification dataset that uses four different measurements of a flower to determine its species.
Inputs (4):
- Sepal width (number)
- Petal width (number)
- Sepal height (number)
- Petal height (number)
Possible Outputs (3):
- Iris setosa
- Iris virginica
- Iris versicolor
Zoo
A classification dataset containing different animals and their classifications.
Inputs (16):
- Has hair (boolean)
- Has feathers (boolean)
- Lays eggs (boolean)
- Gives milk (boolean)
- Is airborne (boolean)
- Is aquatic (boolean)
- Is predatory (boolean)
- Is toothed (boolean)
- Has backbone (boolean)
- Breathes (boolean)
- Is venomous (boolean)
- Has fins (boolean)
- Legs (number)
- Has tail (boolean)
- Is domesticated (boolean)
- Is bigger than a cat (boolean)
Possible Outputs (7):
- Mammal
- Bird
- Reptile
- Fish
- Amphibian
- Bug
- Invertebrate
Penguins
A classification dataset that uses seven aspects of a penguin to determine its species.
Inputs (7):
- Island (Torgersen, Biscoe, Dream)
- Bill Length (mm) (number)
- Bill Depth (mm) (number)
- Flipper Length (mm) (number)
- Body Mass (g) (number)
- Sex (Male, Female)
- Year (2007, 2008, 2009)
Possible Outputs (3):