Git Product home page Git Product logo

sb-ai-lab / replay Goto Github PK

View Code? Open in Web Editor NEW
126.0 6.0 23.0 34.73 MB

A Comprehensive Framework for Building End-to-End Recommendation Systems with State-of-the-Art Models

Home Page: https://sb-ai-lab.github.io/RePlay/

License: Apache License 2.0

Shell 0.07% Python 96.07% Dockerfile 0.04% Scala 3.83%
algorithms distributed-computing evaluation machine-learning pyspark pytorch recommendation-algorithms recommender-system collaborative-filtering deep-learning

replay's People

Contributors

acc-to-learn avatar alexxl1 avatar alexxl1986 avatar alside avatar antklen avatar bysheva avatar crazy8nick avatar cybsloth avatar darel13712 avatar duny-explorer avatar egorbodrov avatar kasougi avatar monkey0head avatar netang avatar niksukhorukov avatar onlydeniko avatar roseaysina avatar shashist avatar shminke-ba avatar voometin avatar wowmalow avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

replay's Issues

Rewrite metrics with UDF

🚀 Feature Request

Replace RDD-based operations in metric calculation with UDF to replace with Scala UDF in future

Motivation

Metrics calculation speed up

Count of rows

🚀 Feature Request

Add .count() just after cache methods in all place

Motivation

It is needed for more honest estimation of execution time

Checklist

  • feature proposal description
  • motivation

Add UCB Recommender

🚀 Feature Request

Add to recommenders UCB algorithm

Motivation

it is needed for covering RL area of algorithms

Proposal

Alternatives

Additional context

Checklist

  • feature proposal description
  • motivation
  • additional context / proposal alternatives review

data transfer to Kafka

🚀 Feature Request

Find out how to preprocess and pass model weights/vectors to Kafka

Motivation

Models inference

cannot resolve 'user_idx'

🐛 Bug

I have 'user_id' column in my data, so when I try to use some of the methods or functions, I get this error:
pyspark.sql.utils.AnalysisException: cannot resolve 'user_idx'

To Reproduce

Examples where 'user_idx' column is required:
replay/models/base_rec.py", line 321, in _fit_wrap users = log.select("user_idx").distinct()

replay/filters.py", line 28, in min_entries entries_by_user = data_frame.groupBy("user_idx").count() # type: ignore

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.