Assignment Details
Assignment Details
1. The data set consists of 150 samples from each of three species of Iris flower (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.
Predict the Iris species class using KNN (Assume K=11) for the feature sepal
length=6, sepal width=3, petal length=3, petal width=2
Note : Do the coding using Google colab and take the screenshot using Snipping tool
app for submission.
Data link:
https://drive.google.com/file/d/1pW5HyZb16ctnp4Spy-IA1cQpI9pfwJJb/view?usp=share_link
2. Also find the model evaluation matrix such as accuracy, precision, recall etc. for the
above problem (Qn.1)
3. Write a Python program to print multiplication table of a given number 3.
4. Write a Python program to check whether the given number is a prime number or
not.