Skip to content

fullestsky/Mushroom_Classification

 
 

Repository files navigation

Mushroom Classification

Dataset Description:

-The dataset contains 8124 instances with 22 features, describing hypothetical samples of 23 gilled mushroom species. Each species is labeled as edible ('e') or poisonous ('p'), with some missing values present.

Algorithms:

-Logistic Regression
-Decision Tree Classifier
-Random Forest Classifier
-Support Vector Machine (SVM)
-Stochastic Gradient Descent (SGD)

Methods:

-Feature Encoding
-Feature Selection
-Hyperparameter Tuning GridSearchCV
-Feature Scaling

Functions:

-Correlation Analysis
-Train-Test Split
-Model Evaluation
-Overfitting Check

About

Muchroom Classification using several ML algorithms after applying Label Encoding & One-Hot Encoding

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Jupyter Notebook 100.0%