An open API service indexing awesome lists of open source software.

https://github.com/arwinneil/movieratingpredictor

Small C++ program that predicts a movie rating based on 4 predictors in an IMDB dataset , and a Least Square Regression algorithm
https://github.com/arwinneil/movieratingpredictor

least-square-regression movie predictor

Last synced: 4 days ago
JSON representation

Small C++ program that predicts a movie rating based on 4 predictors in an IMDB dataset , and a Least Square Regression algorithm

Awesome Lists containing this project

README

          

# MovieRatingPredictor
Small C++ program from a college assignment that predicts a movie rating based on IMDB dataset and a Least Square Regression algorithm.

Project demonstrates:
- Implementation of a Least Square Regresion Algorithm in C++
- File and string manipulation