Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ancapitigoi/mushrooms-selection
In order to find which mushrooms are safe to eat, the decision tree data mining method is used.
https://github.com/ancapitigoi/mushrooms-selection
Last synced: 7 days ago
JSON representation
In order to find which mushrooms are safe to eat, the decision tree data mining method is used.
- Host: GitHub
- URL: https://github.com/ancapitigoi/mushrooms-selection
- Owner: AncaPitigoi
- Created: 2024-08-10T14:54:16.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-12T19:10:05.000Z (3 months ago)
- Last Synced: 2024-08-12T22:18:01.696Z (3 months ago)
- Language: R
- Size: 898 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://ancapitigoi.github.io/mushrooms-selection/)
Code: [Decision Tree - Mushrooms Selection Code](https://github.com/AncaPitigoi/mushrooms-selection/blob/main/Decision%20Tree%20-%20Mushroom.R)
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.