◆ Data Science · Case Study 03

Poisonous or edible? A classification where being wrong has a body count

8,124 real mushrooms, 22 traits each, one question: edible or poisonous. Watch the whole pipeline, then meet the lesson: a model can be 99.9% accurate and still unsafe. Only the confusion matrix, not the accuracy score, will tell you so.

🍄
Read this first

This is a clean, curated field-guide dataset, and it is nearly separable. Never eat a wild mushroom based on a model, or on this page. The value here is the method: how to handle a classification problem where one kind of error is far more expensive than the other.

Loading the pipeline…