October 2018
Intermediate to advanced
172 pages
4h 6m
English
In order to construct an elbow plot, we use the following code:
skplt.cluster.plot_elbow_curve(k_means, df, cluster_ranges=range(1, 20))plt.show()
This results in the following plot:

In the preceding code, the following applies:
In the preceding plot, the following applies:
Read now
Unlock full access