KNN classifier: the 1st choice of classifier.
X_test in KNN is a single test case
If K is small, the k might be example of overfitting, K is large might be the ex of underfitting
Today(Y) ~ lagX (Time Series)
For the procedure, we need to write a function by our own: