Question 43
You are using make_blobs to generate synthetic data for clustering:
What will the output of the above clustering show?
One cluster containing all points.
It will raise an error since n_samples is not divisible by centers
Two clusters, but not necessarily equal-sized; distribution of samples per cluster may vary.
Two clusters with exactly 4 points each.