Skip to content

hfagerlund/machine-learning-classifier-iris

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

machine-learning-classifier-iris

A machine learning classifier for identifying/predicting the type of iris (ie. setosa, versicolor, or virginica) based on its (petal, sepal) features.


Features

Data is:

  • loaded;
  • described;
  • visualized;
  • split into 'train' and 'test' sets.

Then:

  • (2) machine learning models (ie. classifiers; supervised learning algorithms) are created;
  • the models are 'fit' to the training data;
  • (class) predictions are made for new/out-of-sample/test data;
  • the accuracy of the algorithms is evaluated and compared.

Requirements

  • Python v3.7.0
  • Iris flowers dataset (included with scikit-learn)

(All copyrights for the above remain with their respective owners.)

License

Copyright (c) 2018 Heini Fagerlund. Licensed under the MIT License.

About

Algorithm(s) for identifying/predicting type of iris

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages