Skip to content

fernandobperezm/RecsysExperimentationPlatform

Repository files navigation

Experimentation Platform for Recommender Systems

This repository holds a collection of libraries to experiment with recommender system models in different settings and environments. This experimentation platform has been used to experiment with 5000+ recommendation models, each with its own configuration; the results of our findings have been included in 6+ peer-reviewed publications.

Platform Modules

Currently, the experimentation platform holds four modules:

  • Module impressions-datasets provides an API to load in memory different public datasets holding interactions and impressions. More information is available in the module's README.

  • Module impressions-evaluation implements many submodules to create experiments involving impression-aware recommendation models. More information is available in the module's README.

  • Module recsys-framework-extensions extends the APIs of the RecSysFramework_public module by re-implementing some of them to ensure faster computations with JIT compilation, and parallel processing of recommendation tasks, among others. Additionally, it extends evaluation APIs to perform statistical testing and compute confidence intervals on results. Lastly, it provides quality-of-life traits when developing models, such as logging, memory consumption, and execution time measurement. More information is available in the module's README.

  • Module RecSysFramework_public provides APIs to perform various experiments on recommendation models, e.g., reading and processing datasets, implementation of recommendation techniques, and evaluation of recommendations, among others. Note that this is a private repository developed by Maurizio Ferrari Dacrema. The open-source implementation of this module is RecSys2019_DeepLearning_Evaluation.

Experimentation Scripts

Checkout the README inside the impressions-evaluation module for a comprehensive list of all the available experiments. In the near future, scripts will be migrated to their dedicated script folder at the root of the platform.

About

A fully-fledged ecosystem for the research and evaluation of recommender systems.

Resources

Stars

Watchers

Forks