Find Clusters of Data with K-means Clustering in Python and Scikit-learn

InstructorHannah Davis

Share this video with your friends

Send Tweet

We’ll return to the iris dataset to see how to use k-means clustering, an unsupervised learning algorithm, to create categories for data that doesn't have labels. We'll also visualize these clusters using matplotlib.

More on K-means can be found at Scikit-learn.