Skip to content

Latest commit

 

History

History
executable file
·
18 lines (10 loc) · 623 Bytes

README.md

File metadata and controls

executable file
·
18 lines (10 loc) · 623 Bytes

Movie Prediction

A software model in Python based on using genetic algorithm to produce 'weights' for factors involved in a Movie's success

Run main.py to get the optimised weight.

Run Futuremovie.py to predict a movie's rating.(Flask has to be installed)

cross_validation.py is used to generate k-fold cross validation sets (Testing and Training Sets).

csv_file.csv is the main data set.

ga.py - genetic algorithm python library.

KMeansClusteringVisualisation/1.py - Data visualisation only.

DataPoints4KMeans.py - used to generate key value pair data to feed to numpy array in Kmeans visualisation.