Get startedGet started for free

Exploring the mushroom dataset

In this chapter you'll work with a new dataset about North American mushrooms! Each mushroom is represented with physical features and classified as edible, poisonous, or unknown and not recommended. However, the unknown class was combined with the poisonous one. The objective is to predict which mushrooms are edible based on their properties.

The dataset is available to you as mushrooms, and the target is the 'class' column. Explore it in the IPython Shell and select the correct statement from the options below.

This exercise is part of the course

Ensemble Methods in Python

View Course

Hands-on interactive exercise

Turn theory into action with one of our interactive exercises

Start Exercise