Skip to main content
ML Quest
Python Idle

A retired botanist has spent decades measuring iris flowers — petal length, petal width, sepal dimensions — across three species. She believes the measurements alone can distinguish the species, but she needs someone to make the data visual. Your mission: create plots that reveal the hidden structure in her measurements. One good chart is worth a thousand rows of data.

~15 minsandbox lab150 rows
Loading Python runtime...
Goals: 4 tests
should load the dataset with 150 rows
dataset should have the correct columns
should have created exactly 2 plots
Python loading...