An overview and comparison of different classification algorithms implemented in python using sci-kit learn library
The classification algorithms are used to classify Iris species dataset. The primary objective is to implement and compare different classification algorithms using performance matrix.
Following classification algorithms are used:
- Decision Trees
- Random Forest Classifier
- Support Vector Machine
The detailed report and jupyter notebook code is present in corresponding folders