Giter Site home page Giter Site logo

pepe-sbermarket-hack's Introduction

Sbermarket product prediction hackathon

Solution produced during "Sbermarket hackathon" as part of the "Hack Lab" course in Skotech, October 9-11, 2020

Team PEPEtoners: Ilya Borovik, Vladislav Kniazev, Vanessa Skliarova, Bulat Khabibullin, and Zakhar Pichugin

Links: kaggle competition, video

Problem statement

Task: Predict which products customers will buy next time.

Metric: MAP@K with K=50.

Solution

Hypethesis: People tend to buy the same products and have preferences.

Idea: Use information about most frequently bought products to make future predictions.

Final solution is a two-step prediction model:

  1. Top user products sorted by
  • total number of product purchases
  • date of the last order
  • average position in all orders
  1. Collaborative Filtering based on implicit.nearest_neighbours.CosineRecommender to recommend and fill remaining predictions in a list of K=50 ranked predictions. The model is trained on normalized (user, product) interactions for all users in the provided data.

Additionally, we crafted user and product features to build a two-level recommendation system: candidate recommendation + ranking. This repository provides only the feature crafting code and data insights.

Files

Each file is a result of work of one team member:

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.