Lab exercise 02, Supervised learning, KNN


1, Load and preprocess the data

2, K-nearest neighbors regression

3, K-nearest neighbors regression with normalization.

4, K-nearest neighbors regression by hand. You may use only numpy and pandas for this task.


Hints: