Skip to content

Commit 3f241b5

Browse files
authored
Update README.md
1 parent e17bd84 commit 3f241b5

File tree

1 file changed

+25
-0
lines changed
  • Classification Models/Mushroom Classification Model

1 file changed

+25
-0
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,26 @@
1+
# **Mushroom Classificatfion Model** 🍄
2+
3+
### 🎯 Goal
4+
To develop and evaluate a machine learning model that accurately classifies mushrooms as edible or poisonous based on their physical characteristics.
5+
6+
### 🧵 Dataset : [LINK](https://1drv.ms/x/c/64CA0463A0426356/EaArtcNH2YVAnhGowl_QgSoBJ1lD4gWxfxO4fyKMYY7gDw?e=dppRej)
7+
8+
### 🧾 Description
9+
A mushroom classification model is a machine learning system designed to identify and categorize mushrooms based on their physical characteristics. The model aims to determine whether a mushroom is edible or poisonous by analyzing features such as cap shape, color, gill size, stem texture, and spore print color.
10+
11+
### 📚 Libraries Needed
12+
- numpy
13+
- pandas
14+
- seaborn
15+
- matplotlib.pyplot
16+
- sklearn.model_selection.train_test_split
17+
- sklearn.preprocessing.OneHotEncoder
18+
- sklearn.preprocessing.LabelEncoder
19+
- sklearn.neighbors.KNeighborsClassifier
20+
- sklearn.ensemble.RandomForestClassifier
21+
- sklearn.metrics.accuracy_score
22+
- sklearn.metrics.classification_report
23+
- sklearn.metrics.confusion_matrix
24+
25+
## EDA Result 👉 [ Mushroom Classification.ipynb](https://github.com/Archi20876/machine-learning-repos/blob/main/Classification%20Models/Mushroom%20Classification%20Model/Mushroom%20Classification%20Model.ipynb)
126

0 commit comments

Comments
 (0)