Skip to content

This model predicts the class of the flower from the input data of sepal length, sepal width, petal length and petal width. The data used for training this model is from the iris dataset present in 'sklearn' package in Python. The classification model used is K- Nearest Neighbors where number of neighbors or 'n_neighbors' is 3.

Notifications You must be signed in to change notification settings

awiksshiith-narang/k_nearest_neighbors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

k_nearest_neighbors

This model predicts the class of the flower from the input data of sepal length, sepal width, petal length and petal width. The data used for training this model is from the iris dataset present in 'sklearn' package in Python. The classification model used is K- Nearest Neighbors where number of neighbors or 'n_neighbors' is 3.

About

This model predicts the class of the flower from the input data of sepal length, sepal width, petal length and petal width. The data used for training this model is from the iris dataset present in 'sklearn' package in Python. The classification model used is K- Nearest Neighbors where number of neighbors or 'n_neighbors' is 3.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages