KNN Regressor and its fine-tuning
KNN ( K nearest neighbours) is a popular machine-learning model that is non-parametric and can be used for both categorical and continuous numerical data. KNN Classifier is used for categorical data while KNN Regressor is used for continuous data that predicts the numerical target based on similarity measure. It takes the