Skip to main content

Board games recommender engine

Project description

🎲 Board Game Recommender 👍

Board game recommendation engine. View the recommendations live at Recommend.Games! Install via

pip install board-game-recommender

Training new recommender models

Environment

Requires Python 3. Make sure Pipenv is installed and create the virtual environment:

python3 -m pip install --upgrade pipenv
pipenv install --dev
pipenv shell

Datasets

In order to train the models you will need appropriate game and rating data. You can either scrape your own using the board-game-scraper project or take a look at the BoardGameGeek guild to obtain existing datasets.

At the moment there are recommender implementations for two sources: BoardGameGeek and Board Game Atlas.

Models

We use the recommender implementation by Turi Create. Two recommender models are supported out of the box:

  • RankingFactorizationRecommender (default): Learns latent factors for each user and game, generally yielding very interesting recommendations.
  • ItemSimilarityRecommender: Ranks a game according to its similarity to other ratings by a user, often resulting in less interesting recommendations. However, this model is also able to find games similar to a given game.

Run the training

Run the training via the main script:

python -m board_game_recommender --help

E.g., train the default BGG mode like so:

python -m board_game_recommender \
    --train \
    --games-file bgg_GameItem.jl \
    --ratings-file bgg_RatingItem.jl \
    --model model/output/dir

Links

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

board-game-recommender-3.5.0.tar.gz (25.4 kB view details)

Uploaded Source

Built Distribution

board_game_recommender-3.5.0-py2.py3-none-any.whl (27.1 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file board-game-recommender-3.5.0.tar.gz.

File metadata

File hashes

Hashes for board-game-recommender-3.5.0.tar.gz
Algorithm Hash digest
SHA256 6d66a4130e266795dd6c6629bbd28eabca0e4d79cc33ac3afa5e837f480fffd1
MD5 17a56dd14dc83fe9e93a784098763830
BLAKE2b-256 3ec934180c43f5afe984c0469df320742a2bb07f2c10ac5e3e8de53f33c2c522

See more details on using hashes here.

File details

Details for the file board_game_recommender-3.5.0-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for board_game_recommender-3.5.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 506c7d76d3d7ca87c71569f732d087ea1b5a2d6178963d7766330c917419143c
MD5 8e95e060db3424a90aa3ff2827d90bb5
BLAKE2b-256 f18b14b6f38f26b9ff88e990f54c67b6dd6a6f25c712a122f1642b53b0716386

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page