Introduction

An overview of unsupervised learning and clustering.

We'll cover the following

In this chapter, continuing with scikit-learn, you will use unsupervised learning methods—methods of extracting insights from unlabeled datasets. Specifically, you'll learn about different clustering algorithms and how they are able to group together similar data observations.