Git Product home page Git Product logo

sb-ai-lab / replay Goto Github PK

View Code? Open in Web Editor NEW
147.0 147.0 25.0 35.05 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.06% Python 96.18% Dockerfile 0.04% Scala 3.72%
algorithms collaborative-filtering deep-learning distributed-computing evaluation machine-learning matrix-factorization pyspark pytorch recommendation-algorithms recommender-system recsys transformers

replay's Issues

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

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

data transfer to Kafka

🚀 Feature Request

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

Motivation

Models inference

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

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.