Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 151 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 151 Bytes

KMeans

Here we are going to:

  1. Explain the KMeans algorithm.
  2. Train a KMeans with sklearn to create clusters.
  3. Explain KMeans hyperparameters.