Iris Dataset

Overview


The Iris dataset demonstrates a dataset that is known to be linearly separable.

copy

The dataset consists of a set of prices with a date and a ticker. This example will look a creating a set of datasets, one for each ticker and reporting on the data in that set.

Video Demos


Exploring the Data
Shows various methods of visualizing and exploring the dataset, prior to running a formal analysis.
Linear Discriminant
Demonstrates using linear discriminants to classify the Iris dataset.
Perceptron
Uses the perceptron algorithm to classify the Iris dataset.

Contents