date | duration | maintainer | order | title |
---|---|---|---|---|
w8d2 |
45 |
todo |
10 |
Clustering K-Means Lab |
- (45m) KMeans Clustering
This lesson is meant to be a hands-on lab for performing clustering.
Students can
- Apply K-Means algorithm in code on real data.
- Tune the relevant hyperparameters (initialization, multiple runs, etc.) and explain what each does.
- Use inertia curve to choose K.