7.0 Trying out Clustering with K-Means

Questions and discussion for this lecture live here. Hit Reply below to ask a question.

Hi, Do you have the URL for downloading the “data_arrest.csv” file used in this lecture? Thanks

1 Like

Hi John,

Thank you for the message, sorry that the file was not uploaded as well.

You can find it here

Any issues let me know, we will update it on the website so you can download it from the K Means walkthrough page in future.

Best

Tim

Thank you, Tim. I’ll try using that.

Hi John,
The file is also now available from the lesson source panel.

2 Likes

Thanks for the walkthrough and notes; Plotly is pretty nifty, I was very excited when the choropleth map appeared.

My map matches the map on the video. I think the notes corresponding to this lecture may be looking at a different dataset, because the map is slightly different.

For this line in the notes, I think it might be a slight change from:

plt.plot(range(1, 11), wcss)

to

plt.plot(range(1, 11), inertia)

then it worked.

Looking forward to section 2!

1 Like