Skip to content
/ IrisML Public

Using machine learning principles on the Iris dataset.

Notifications You must be signed in to change notification settings

lak1811/IrisML

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IrisML

This project is based on using machine learning concepts to visualize and analyze the Iris dataset. To use this project, it is essential to run the code below in your CMD before you run the project file:

pip install pandas
pip install matplotlib
pip install scikit-learn

This project was made for me to learn about the usage of classifiers in a practical scenario. Hence, i have used four different kind of classifiers, which are Decision Tree classifier, Random Forest classifier, SVC classifier, KNeighbors classifier and lastly a voting classifier to compare them all. Usually, a project need no more than one classifier, but since this project was made as a learning project, this was added. Enjoy the program!

About

Using machine learning principles on the Iris dataset.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages