Closed Mayank202004 closed 1 month ago
Thank you for creating this issue! 🎉 We'll look into it as soon as possible. In the meantime, please make sure to provide all the necessary details and context. Your contributions are highly appreciated! 😊
@UppuluriKalyani please verify the pr
Hello @Mayank202004! Your issue #97 has been closed. Thank you for your contribution!
IRIS DATASET CLASSIFICATION
This project is just to show beginners how KNN algorithm which is a supervised ML algorithm works. Theory This data sets consists of 3 different types of irises’ (Setosa, Versicolour, and Virginica) petal and sepal length, stored in a 150x4 numpy.ndarray The rows being the samples and the columns being: Sepal Length, Sepal Width, Petal Length and Petal Width.
Approach The proposed project will utilize K nearest Neighbours to classify the types of irises based on sepal and petal size.