knn-regressor
There are 6 repositories under knn-regressor topic.
DestrosCMC/2020-Election-Prediction
Attempted to predict the outcome of the 2020 Presidential using several ML models
PriyankaSett/House_price_prediction
Boston house price prediction using Linear Regression.
yamineesh-k/imdb-movie-rating-prediction
imdb movie rating prediction
sean-atkinson/supervised_learning_models
This mini-project involves experimenting with a variety of classification and regression models, exploring different techniques to understand their behaviors and applications in predictive analytics.
sumony2j/KNN_Regression
Python implementation of K-Nearest Neighbors (KNN) Regressor for regression tasks. Versatile algorithm for predicting continuous outcomes based on neighboring data points. Suitable for various machine learning applications.