Supervised learning is a machine learning technique where we train a model on a labelled dataset. Our model learns from seen results taken from the training set and uses it to predict the outcomes of the test set.
In this project the very popular Iris dataset is used to identify the species of a flower based on its characteristics.