Skip to content

In order to find which mushrooms are safe to eat, the decision tree data mining method is used.

Notifications You must be signed in to change notification settings

AncaPitigoi/mushrooms-selection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Mushrooms Selection

In order to find which mushrooms are safe to eat, the Decision Tree classification method is used. The dataset was first cleaned, exploratory data analysis was performed, the tree was built on the training dataset, optimization was applied, and finally the validation of the classification model results was achieved on the test set.

Report: Decision Tree - Mushrooms Selection

Code: Decision Tree - Mushrooms Selection Code

Skills: data cleaning, data visualization, classification, decision tree

Results: The most important features to look for when mushroom foraging are odor, spore print color, gill size, population, and habitat. The model is exceptional, but achieving perfect classification accuracy and precision is not common in practice, especially in real-world datasets with inherent complexities and noise.