October 2021
Intermediate to advanced
128 pages
1h 59m
English
This chapter explains the k-means cluster method by implementing a diverse set of Python frameworks (i.e., Scikit-Learn, PySpark, and H2O). To begin, it clarifies how the method apportions values to clusters.
The k-means method is the most common distance-computing method. It is part of the unsupervised machine learning family. It employs the Euclidean distance objective function to efficiently compute the distance between values, then determines ...
Read now
Unlock full access