IMDB Prediction Model Using Machine Learning
-
Updated
Nov 3, 2025 - Jupyter Notebook
IMDB Prediction Model Using Machine Learning
imdb movie rating prediction
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.
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.
Attempted to predict the outcome of the 2020 Presidential using several ML models
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."