...

/

Introduction

Introduction

An overview of unsupervised learning and clustering.

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.

A. Unsupervised learning

...