UNSUPERVISED LEARNING: In python, we use the method fit to train a model. Fit~train
fit
kmeans.fit(argument) kmeans.predict (argument) # ython predict() predicts the labels of the data values based on the trained model.