This is an old revision of the document!
SUPERVISED LEARNING:
In python, we use the method fit to train a model. Fit~train
kmeans.fit(argument) kmeans.predict (argument) # ython predict() predicts the labels of the data values based on the trained model.
REGRESSION
For continuous tgt values
DECISON TRESS