Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
The Data Analysis Workshop

You're reading from  The Data Analysis Workshop

Product type Book
Published in Jul 2020
Publisher Packt
ISBN-13 9781839211386
Pages 626 pages
Edition 1st Edition
Languages
Authors (3):
Gururajan Govindan Gururajan Govindan
Profile icon Gururajan Govindan
Shubhangi Hora Shubhangi Hora
Profile icon Shubhangi Hora
Konstantin Palagachev Konstantin Palagachev
Profile icon Konstantin Palagachev
View More author details

Table of Contents (12) Chapters

Preface
1. Bike Sharing Analysis 2. Absenteeism at Work 3. Analyzing Bank Marketing Campaign Data 4. Tackling Company Bankruptcy 5. Analyzing the Online Shopper's Purchasing Intention 6. Analysis of Credit Card Defaulters 7. Analyzing the Heart Disease Dataset 8. Analyzing Online Retail II Dataset 9. Analysis of the Energy Consumed by Appliances 10. Analyzing Air Quality Appendix

Clustering

Clustering is an unsupervised learning technique in which you group categorically similar data points into batches, called clusters. Here, we will be focusing on the k-means clustering method.

K-means clustering is a clustering algorithm based on iterations where similar data points are grouped into a cluster based on their closeness to the cluster centroid. This means that the model runs iteratively to find the cluster centroid.

The optimum number of clusters for a dataset is found by using the elbow method.

Method to Find the Optimum Number of Clusters

The logic behind k-means clustering is to define a cluster in such a way that, within the cluster, the sum of square (WSS) is minimized. The smaller the value of WSS, the better the compactness of the cluster. The clusters that are compact have data points that are similar to one another. We will be using the elbow method to find the optimum number of clusters.

The elbow method gets its name from the arm...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}