Problem: Consider an instance of regression with the training dataset composed of 4 samples where no two 2 samples are identical in terms of features. The targets/responses of these 4 samples/data points are [0.0,1.0,2.0,5.0]. What's the in-sample MSE of 4-nearest neighbor (4-NN) on this dataset?