Iris Species Prediction
Context
The Iris flower data set is a multivariate data set introduced by the British statistician and biologist Ronald Fisher in his 1936 paper "The use of multiple measurements in taxonomic problems". It is sometimes called Anderson's Iris data set because Edgar Anderson collected the data to quantify the morphologic variation of Iris flowers of three related species. The data set consists of 50 samples from each of three species of Iris plant (Iris Setosa, Iris virginica, and Iris versicolor). Four features were measured from each sample: the length and the width of the sepals and petals, in centimeters.
This dataset became a typical test case for many statistical classification techniques in machine learning algorithms.
Content
The dataset contains a set of 150 records under 5 attributes - Petal Length, Petal Width, Sepal Length, Sepal width and Class(Species).
Prediction Task: Class of Iris Species
Proposed Approach: EDA, K-Neighbors Classifier, PolynomialRegression, Model Evaluation Metrics, CM, Validation curve
For more exciting notebooks visit my Kaggle workspace! [ https://www.kaggle.com/pankajbhowmik ]