Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Iris dataset #238

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Iris dataset #238

wants to merge 1 commit into from

Conversation

m-payal
Copy link

@m-payal m-payal commented Oct 5, 2020

Prediction using SVM machine learning algorithm

# Description

A Machine Learning algorithm to classify iris plants into 3 species.


The columns in this dataset are:

sepal_length
sepal_width
petal_length
petal_width
specie

It includes three iris species with 50 samples each as well as some properties about each flower. One flower species is linearly separable from the other two, but the other two are not linearly separable from each other.

Prediction using SVM machine learning algorithm
Copy link
Member

@master-fury master-fury left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add a description in your code and fill the PR!

Copy link
Member

@master-fury master-fury left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Create a readme file in your folder which tells about what it is, how it works, what you used and all so that more people can learn from your script. Nice work !!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants