Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 410 Bytes

File metadata and controls

8 lines (6 loc) · 410 Bytes

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