Skip to content

Commit

Permalink
Merge branch 'feature/sasrec' into 'main'
Browse files Browse the repository at this point in the history
Change naming of SasRec modules

See merge request ai-lab-pmo/mltools/recsys/RePlay!141
  • Loading branch information
OnlyDeniko committed Nov 30, 2023
2 parents 96b0055 + a9afca2 commit 9f319d1
Show file tree
Hide file tree
Showing 22 changed files with 716 additions and 504 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
<img src="docs/images/replay_logo_color.svg" height="50"/>
<br>

![GitHub License](https://img.shields.io/github/license/sb-ai-lab/RePlay)
![PyPI - Version](https://img.shields.io/pypi/v/replay-rec)
![PyPI - Downloads](https://img.shields.io/pypi/dm/replay-rec)
[![GitHub License](https://img.shields.io/github/license/sb-ai-lab/RePlay)](https://github.com/sb-ai-lab/RePlay/blob/main/LICENSE)
[![PyPI - Version](https://img.shields.io/pypi/v/replay-rec)](https://pypi.org/project/replay-rec)
[![PyPI - Downloads](https://img.shields.io/pypi/dm/replay-rec)](https://pypistats.org/packages/replay-rec)
<br>
[![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/sb-ai-lab/replay/main.yml)](https://github.com/sb-ai-lab/RePlay/actions/workflows/main.yml?query=branch%3Amain)
[![Join the community on GitHub Discussions](https://badgen.net/badge/join%20the%20discussion/on%20github/black?icon=github)](https://github.com/sb-ai-lab/RePlay/discussions)

RePlay is an advanced framework designed to facilitate the development and evaluation of recommendation systems. It provides a robust set of tools covering the entire lifecycle of a recommendation system pipeline:
Expand Down
4 changes: 2 additions & 2 deletions docs/pages/modules/models.rst
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ Bert4Rec
.. autoclass:: replay.models.nn.Bert4Rec
:members: __init__, predict_step

SASRec
SasRec
``````
.. autoclass:: replay.models.nn.SASRec
.. autoclass:: replay.models.nn.SasRec
:members: __init__, predict_step
Loading

0 comments on commit 9f319d1

Please sign in to comment.