GithubHelp home page GithubHelp logo

olivierjeunen / pessimism-recsys-2021 Goto Github PK

View Code? Open in Web Editor NEW
10.0 2.0 1.0 40 KB

Source code for our paper "Pessimistic Decision-Making for Recommender Systems" published at ACM TORS, and RecSys 2021.

License: MIT License

Python 100.00%

pessimism-recsys-2021's Introduction

Pessimistic Decision-Making for Recommender Systems

This repository holds the source code for our paper "Pessimistic Reward Models for Off-Policy Learning in Recommendation" published at RecSys 2021. This work has been extended as "Pessimistic Decision-Making for Recommender Systems", published in the ACM Transactions on Recommender Systems (ToRS) journal.

Reproducibility

  • Install RecoGym requirements as described in the official repository.
  • Install utilities and common packages: TQDM, NumPy/SciPy, Pandas.
  • Run python3 src/PessimisticRidgeRegression.py, which will run all experiments and dump raw measurements in .csv files, along with coarse visualisation in .png files.

Paper

If you use our code in your research, please remember to cite our work:

    @article{JeunenTORS_2022,
      author = {Jeunen, Olivier and Goethals, Bart},
      title = {Pessimistic Decision-Making for Recommender Systems},
      journal = {Transactions on Recommender Systems (TORS)},
      year = {2022},
      publisher = {ACM},
    }

    @inproceedings{JeunenRecSys2021_A,
      author = {Jeunen, Olivier and Goethals, Bart},
      title = {Pessimistic Reward Models for Off-Policy Learning in Recommendation},
      booktitle = {Proceedings of the 15th ACM Conference on Recommender Systems},
      series = {RecSys '21},
      year = {2021},
      publisher = {ACM},
    }

pessimism-recsys-2021's People

Contributors

olivierjeunen avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

lyggnsj

pessimism-recsys-2021's Issues

The environment must specify an action space. https://www.gymlibrary.dev/content/environment_creation/

image
hello, when i run src/PessimisticRidgeRegression.py, i failed run this code,
env = gym.make('reco-gym-v1')
the error is :
The environment must specify an action space. https://www.gymlibrary.dev/content/environment_creation/

if i add the action_space: self.action_space = Discrete(self.config.num_products)
but failed error info is : The environment must specify an observation_space. https://www.gymlibrary.dev/content/environment_creation/

could you help me? I need to solve this problem urgently,thank you.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.