This project applies multiple machine learning algorithms to classify mushrooms as edible or poisonous based on their features. The dataset contains categorical variables, which are preprocessed using LabelEncoder encoding.
- Mushrooms Classification Dataset by UCI Machine Learning Repository
- License: CC0 (Public Domain)
- 22 categorical features (e.g., cap shape, odor, habitat)
- Target: class β edible (e) or poisonous (p)
- KNN
- Decision Tree
- Random Forest
- SVM
- Logistic Regression
- F1-Score
This project is licensed under the MIT License β see the LICENSE file for details.