IMDB Prediction Model Using Machine Learning
-
Updated
Nov 20, 2025 - Jupyter Notebook
IMDB Prediction Model Using Machine Learning
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.
Attempted to predict the outcome of the 2020 Presidential using several ML models
imdb movie rating prediction
A simple machine learning project that implements a K-Nearest Neighbors (KNN) Regressor using scikit-learn to predict continuous values on a synthetic dataset, achieving strong performance with an R² score of 0.92.
Boston house price prediction using Linear Regression.
Add a description, image, and links to the knn-regressor topic page so that developers can more easily learn about it.
To associate your repository with the knn-regressor topic, visit your repo's landing page and select "manage topics."