Question 9
Perform a 3-NN regressor for the following dataset:
| 1 | 2 | 3.5 |
| 2 | 1 | 2.8 |
| 3 | 3 | 5.1 |
| 4 | 2 | 4.7 |
| 5 | 3 | 6.2 |
| 6 | 1 | 5.9 |
where, is a feature vector and is the label. What will be the predicted value for the test data point ? Enter the answer correct to one decimal place.