An implementation of classification algorithms on Iris data set. The Iris data set can be downloaded from here. The implementation focuses on predicting and analysing the data using classification algorithms. Accuracy of prediction is observed under different ratio of training and test data for the algorithms.
- K nearest neighbours
- Decision Tree
- Random Forest