In Machine Learning, we are using semi-automated extraction of knowledge of data for identifying IRIS flower
species. Classification is a supervised learning in which the response is categorical that is its values are in finite unordered set.
To simply the problem of classification, scikit learn tools have been used. This paper focuses on IRIS flower classification using
Machine Learning with scikit tools.