Skip to content

This project deals with predicting various variants of Iris flower. This project analyzes the data, by importing Iris dataset, checking for missing values, checking dependency on independent variables, encoding variables, analyzing data, running various models on data and predicting the output with an accuracy of 98% with 5 models.

Notifications You must be signed in to change notification settings

GursahajKohli/IrisPrediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

IrisPrediction

This project deals with predicting various variants of Iris flower. This project analyzes the data, by importing Iris dataset, checking for missing values, checking dependency on independent variables, encoding variables, analyzing data, running various models on data and predicting the output with an accuracy of 98% with 5 models.

Iris Flowers

To check if the flower is belongig to the class of which Iris flower, we need to input various values. We tested the data on various models made by:

  1. Logistic Regression
  2. KNN
  3. SVM
  4. Kernel SVM
  5. Naive Bayes
  6. Decision Tree Classifier
  7. Random Forest Classifier

Dependencies

After the evaluation of models, we come to conclusion that we get an acuraccy of 98% and 100%. Since 100% means overfitting of the model, so we discard the Naive Bayes model, and any other model from the rest 6 models can be used for an acuraccy of 98%.

About

This project deals with predicting various variants of Iris flower. This project analyzes the data, by importing Iris dataset, checking for missing values, checking dependency on independent variables, encoding variables, analyzing data, running various models on data and predicting the output with an accuracy of 98% with 5 models.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published