Lesson 5 ❮ Lesson List ❮ Top Page
5.1 Preprocessing with sklearn
❯ 5.5 Clustering Methods
⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺
EXPECTED COMPLETION TIME
❲▹❳ Video 8m 31s
☷ Interactive readings 5m
Sometimes, some classifiers cannot work well with too many dimensions (such as KNeighborClassifier). We will try to reduce the dimension of our data and try to plot it.
The clustering method can classify the cluster in the data. While it gives us clusters, it is our task to find out what those clusters are.
We will see that our clusters are basically smokers vs non-smokers.