Setup and use the extremely useful scikit-learn library
$ Create a python file called �IrisDatasetPlot.py� and create a scatterplot based on the iris dataset.
$ A brief look at the Iris dataset:
It contains 3 classes of 50 instances each and each class refers to a different species of the iris plant. The data set consists of 50 samples from each of three species of Iris:
- Iris Setosa
- Iris Versicolour
- Iris Virginica
The dataset consists of 4 features that were measured from each sample:
- sepal length in cm
- sepal width in cm
- petal length in cm
- petal width in cm