In [1]:
import numpy as np
import matplotlib.pyplot as plt


from sklearn.cluster import KMeans
from scipy

In [ ]: