WebClub-NITK / Hacktoberfest-2k18

Repository for Hacktoberfest 2018 open for the global open source community.
https://webclub-nitk.github.io/Hacktoberfest-2k18/
19 stars 102 forks source link

Predict species of iris flower using various ML classifiers #12

Open ShashankP19 opened 5 years ago

ShashankP19 commented 5 years ago

Description

Given the dataset on iris flowers, predict the species of flower given the following features :

  1. sepal length
  2. sepal width
  3. petal-length
  4. petal-width

There are three species:

  1. virginica
  2. setosa
  3. versicolor

The dataset can be found here

Details

Issue requirements / progress

Train the model on train data. Predict target values using test data. Find accuracy of the model comparing with actual test data targets Note: Each pull request should be a solution using only one model.

Resources

Directory Structure

Place your solution file in path as follows.

Note

Please claim the issue first by commenting here before starting to work on it.

mehnazyunus commented 5 years ago

Hi, I'd like to work on Gaussian Naive Bayes Classifier.

ShashankP19 commented 5 years ago

Hi @mehnazyunus , you are assigned to work on Gaussian Naive Bayes Classifier. Go ahead.

shakeelsamsu commented 5 years ago

Hi, I'd like to work on the Support Vector Classifier

GajeshS commented 5 years ago

Hi, I would like to work on the MLP Implementation

bhuvanakundumani commented 5 years ago

I would like to work on Random Forest Classifier.

bhuvanakundumani commented 5 years ago

Hi

I would like to work on Decision Tree Calssifier

ShashankP19 commented 5 years ago

@bhuvanakundumani You are assigned Decision Tree Classifier. Go ahead.

bhuvanakundumani commented 5 years ago

Ok. Thanks

bhuvanakundumani commented 5 years ago

Hi, Implemented the Decision tree classifier

Madhuparna04 commented 5 years ago

Hi ,I would like to work on KNN classifier

ShashankP19 commented 5 years ago

@Madhuparna04 KNN classifier has already been taken. Choose some other classifier.