1. code{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "### Task\n", "\n", "This week’s assignment involves running a k-means cluster analysis. Cluster analysis is an unsupervised machine learning method that partitions the observations in a data set into a smaller set of clusters where each observation belongs to only one cluster. The goal of cluster analysis..