Skip to content

Predict a videogame review based on a 6000 games dataset.

Notifications You must be signed in to change notification settings

PRCSousa/Game-Review-Prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game-Review-Prediction

Predict a videogame review based on a 6000 games dataset. Using various classifiers (Tree Decision Classifier, K-Neighbours and Dummy Classifier), after the pre-processing of this dataset, we can predict the rating of a certain game.

How to execute the program:

  • Open the jupyter notebook in this repository;
  • Run the program.

Project made by Pedro Sousa and Inês Cardoso