Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 485 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 485 Bytes

Kaggle-.-Mushroom-Classifier

Mushroom Classification Safe to eat or deadly poison?

Given a set of 23 features of over 8000 labeled mushroom observations (edible/poisonous) the goal is to build a classifier that can accurately predict if a mushroom is safe to eat or no.

The link to the Kaggle dataset is https://www.kaggle.com/uciml/mushroom-classification

This repo contains the classifier I have built for this problem which employs a XGBoost boosted random forest classifier.