Skip to content

This is a machine learning project for classification on iris flowers datasets

Notifications You must be signed in to change notification settings

lorgiorepo/iris-flowers-classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iris-flowers-classification

This is a machine learning project for classification on iris flowers datasets

About

This is a small machine learning project end-to-end that cover:

  • Setup
  • Loading the dataset
  • Summarizing the dataset
  • Visualizing the dataset
  • Evaluating some algorithms
  • Making some predictions

Setup

Libraries that you need to install refer this article https://scipy.org/install/

  • scipy
  • numpy
  • matplotlib
  • pandas
  • sklearn

pipenv run python -m pip install numpy scipy matplotlib ipython jupyter pandas sympy nose

Loading the dataset

Sumarizing the dataset

Visualizing the dataset

Evaluating some algorithms

Making some predictions

About

This is a machine learning project for classification on iris flowers datasets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages