K-Means


Work with your assigned partner to write a series of Python scripts to fit K-Means model to this data.


Make sure to use model selection and random restarts and answer the following questions:

  1. How many clusters are present in the data?
  2. What are their centers?


Plot the data with the centers of each cluster. Color code the points according to their cluster assignment.


This page was last modified on 2026-08-19 at 20:15:10.

Copyright © 2018–2026 George Fox University. All rights reserved.