Using Surprise Module in Python to Recommend Video Games

In this article, we will use the Surprise module to provide video game recommendations.
We will be using the Metacritc dataset from 2011–2019.
How this works is we create a new user and games they have enjoyed and add them to the dataset. Then the algorithms attempt to predict what they would score other games in the dataset based on their…