Skip to content

leo-recsys/Rec_Sys_2022_Boston_Team

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RecSys2022 by Dressipi

Recommender System 2018 Challenge Polimi

About the Challenge

The RecSys Challenge 2022 was organized by Dressipi, Bruce Ferwerda (Jönköping University, Sweden), Saikishore Kalloori (ETH Zürich, Switzerland), and Abhishek Srivastava (IIM Visakhapatnam, India).

The challenge focused on fashion recommendations. Given user sessions, purchase data and content data about items, the task was to accurately predict which fashion item will be bought at the end of the session.

The Dataset is available at the following link.

Team Members

We participated in the challenge as Boston Team Party, a team of 7 MSc students from Politecnico di Milano:

We worked under the supervision of:

Structure of the Repository

The repository is divided in the following parts:

  • Notebooks, selection of notebooks used to explore the dataset and generate custom attributes

  • RecSys_Course_AT_PoliMi, fork of the course repository enriched with the GRU4Rec implementation by Theano, other custom models, utilities to handle the dataset, train models and perform inference

  • optimizer_files, scripts based on Opuna or Bayesian Optimization used to perform hyperparameter tuning of the models involved in the candidate generation

  • booster, scripts related to LightGBM, involving the creation of its dataset, the hyperparameter tuning and the inference

Paper

It's available a paper based on our experience in the challenge, describing our discoveries and implementation choices.

The paper was presented at the ACM RecSys2022 Conference and here are the slides used for the presentation.

Results

Our model achieved a score of 0.1880 and 0.1845 in the public and private leaderboard respectively, granting us the 29th place after the first round of evaluation

About

Repository containing files related to the Rec Sys Challenge 2022 (https://recsys.acm.org/recsys22/)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 59.9%
  • Python 30.7%
  • Cython 9.4%