raroque / flower

Very simple machine learning example (using the Iris dataset)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Iris

A very simple machine learning example (using the Iris dataset)

Evaluated which algorithm to use among:

Logistic Regression (LR) Linear Discriminant Analysis (LDA) K-Nearest Neighbors (KNN). Classification and Regression Trees (CART). Gaussian Naive Bayes (NB). Support Vector Machines (SVM).

Utilized KNN.

Tutorial can be found here: http://machinelearningmastery.com/machine-learning-in-python-step-by-step/

About

Very simple machine learning example (using the Iris dataset)


Languages

Language:Python 100.0%