Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

code-dev05/IrisClassificationModel

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
4 Commits
 
 
 
 

Repository files navigation

IrisClassificationModel

The purpose of this model is to classify a given iris plant based on its sepal length and width and petal length and width. There are three classes of iris - Iris-versicolor, Iris-virginica and Iris-setosa encoded in the model as 0, 1, 2 respectively.

Process of Creation of the Model -

  1. Extracting the data from 'https://archive.ics.uci.edu/ml/machine-learning-databases/iris/iris.data'
  2. Checking for missing values.
  3. Splitting the data into training and testing data.
  4. Training the model with the training data.
  5. Predicting the labels of the testing data.
  6. Comparing the predicted labels with the true labels through the use of confusion matrix.
  7. Plotting the histograms of the features of the model.
  8. Finding the accuracy of the model with the training and testing data.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.