This repository has been archived by the owner on Oct 31, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 102
Predict species of iris flower using various ML classifiers #12
Labels
beginner
Easy Issue
good first issue
Good for newcomers
hacktoberfest
Open issues for hacktoberfest
machine-learning
Machine Learning related Issues
Comments
ShashankP19
changed the title
Predict species of iris flower using K Nearest Neighbors model
Predict species of iris flower using various ML classifiers
Oct 3, 2018
mahim23
added
hacktoberfest
Open issues for hacktoberfest
machine-learning
Machine Learning related Issues
beginner
Easy Issue
labels
Oct 5, 2018
Hi, I'd like to work on Gaussian Naive Bayes Classifier. |
Hi @mehnazyunus , you are assigned to work on Gaussian Naive Bayes Classifier. Go ahead. |
5 tasks
Hi, I'd like to work on the Support Vector Classifier |
5 tasks
Hi, I would like to work on the MLP Implementation |
Merged
I would like to work on Random Forest Classifier. |
Hi I would like to work on Decision Tree Calssifier |
@bhuvanakundumani You are assigned Decision Tree Classifier. Go ahead. |
Ok. Thanks |
Hi, |
Ram-Aditya
added
good first issue
Good for newcomers
and removed
good first issue
Good for newcomers
labels
Oct 19, 2018
Hi ,I would like to work on KNN classifier |
@Madhuparna04 KNN classifier has already been taken. Choose some other classifier. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
beginner
Easy Issue
good first issue
Good for newcomers
hacktoberfest
Open issues for hacktoberfest
machine-learning
Machine Learning related Issues
Description
Given the dataset on iris flowers, predict the species of flower given the following features :
There are three species:
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
iris_starter_code.ipynb
is present in/machine_learning/iris
Directory Structure
Place your solution file in path as follows.
/machine_learning/iris/knn/<your_solution_file>
/machine_learning/iris/dtc/<your_solution_file>
/machine_learning/iris/gnb/<your_solution_file>
/machine_learning/iris/svc/<your_solution_file>
/machine_learning/iris/gpc/<your_solution_file>
/machine_learning/iris/rfc/<your_solution_file>
/machine_learning/iris/mlp/<your_solution_file>
/machine_learning/iris/abc/<your_solution_file>
/machine_learning/iris/qda/<your_solution_file>
Note
Please claim the issue first by commenting here before starting to work on it.
The text was updated successfully, but these errors were encountered: