Predicting Flower Types with Nearest Neighbors

# Introduction In this challenge, you'll be exploring the world of machine learning through the eyes of a botanist. Using the famous Iris dataset, you'll be tasked to predict the type of Iris flower based on its petal and sepal measurements. This task will introduce you to one of the fundamental algorithms in machine learning - the k-nearest neighbors (k-NN) algorithm.

|60 : 00

Click the virtual machine below to start practicing