Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 494 Bytes

File metadata and controls

5 lines (3 loc) · 494 Bytes

Training four Classification Models on Iris Dataset

This project trains four classification models and obtains their accuracy on the iris data set. The dataset is first split into train and test set. Next, SVM, k-nearest Neighbors, Logistic Regression and Decision Tree use the training set to train their models. At last, the models' accuracy on test set is computed.

Look at the figures directory to get a visualization of the iris dataset.