Skip to content

jarvis-ghrce/ML-AZURE-FUSION

Repository files navigation

Jarvis Logo

ML AZURE FUSION
⭐️ An Event on ML Azure Organized by Jarvis GHRCE⭐️

DATASET LINK | NOTEBOOK LINK

Mushroom-Classification

This repository contains a machine learning model trained to classify mushrooms as edible or poisonous based on certain features. The model is implemented using a decision tree algorithm.

Mushroom Classification

Dataset

The dataset used for training and testing the model consists of samples of mushrooms, where each sample is characterized by the following input features:

  • Gill Size
  • Gill Color
  • Stalk Root
  • Spore Print Color
  • Population

The target variable is the classification of the mushroom as either "edible" or "poisonous".

Model

The decision tree algorithm was chosen for this classification task.

Usage

To use this project, follow these steps:

  1. Install required libraries: pip install -r requirements.txt
  2. Run the app: flask run

Releases

No releases published

Packages

No packages published

Languages