Skip to content

Iris Species Intelligence: Classifying Iris Species with Confidence using Decision Trees | The Sparks Foundation: GRIP

License

Notifications You must be signed in to change notification settings

bhimrazy/Iris-Species-Prediction-using-Decision-Tree-Algorithm-GRIP

Repository files navigation


TSF | Graduate Rotational Internship Program

Iris Species Prediction using Decision Trees | The Sparks Foundation: GRIP


📝 Table of Contents

🧐 Problem Statement

  • Create the Decision Tree classifier and visualize it graphically. The purpose is if we feed any new data to this classifier, it would be able to predict the right class accordingly.

    Dataset : https://bit.ly/3kXTdox

    Sample Solution : https://bit.ly/2G6sYx9

💡 Idea / Solution

Iris Species Prediction using Decision Tree Algorithm is a machine learning task of classifying the species of Iris flowers based on their physical characteristics. This task involves training a Decision Tree model on the Iris dataset, which includes measurements of sepal length, sepal width, petal length, and petal width for 150 Iris flowers of three different species: Iris setosa, Iris virginica, and Iris versicolor. The trained model is then used to predict the species of new, unseen Iris flowers based on their measurements.

To create a model to classify the Iris dataset, the following tasks were performed: For more detail, please chekout the

Notebook

Data Preparation

image

Data Visualization

image

image

image

Model Training

image

Evaluating Model

image

image

image

Visualizing and Saving the model

image

image

🎈 Usage

Run my Project

  git clone https://github.com/bhimrazy/Iris-Species-Prediction-using-Decision-Tree-Algorithm-GRIP.git
  cd Iris-Species-Prediction-using-Decision-Tree-Algorithm-GRIP/app
  python -m venv venv
  source venv/bin/activate
  pip install -r requirements.txt
  uvicorn main:app 

⛏️ Built With

🎉 Deployment

Deployment of Iris Classifier

✍️ Author

About

Iris Species Intelligence: Classifying Iris Species with Confidence using Decision Trees | The Sparks Foundation: GRIP

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages