Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 298 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 298 Bytes

one-vs-all

This is a one-vs-all ML model. The code was written in Python and the data set is Iris flowers. The code manipulates data, trains and makes predictions of the data. There is training data which is 80% and testing data - 20%. The data is in Iris.csv and the code is in one-vs-all.ipynb