Board-Game-Review-Prediction

An awesome project, where data of around 80 games is imported and used to train a linear regression model and a random forest regressor to make predctions based off board game information.

Packages Used

  • Python
  • sklearn
  • numpy
  • pandas
  • matplotlib
  • seaborn

Resources

  • If you are interested in knowing more about how exactly decision trees work, you can go through this blog post! Decision-Trees-Explained