-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add all models tutorial links to docstrings #110
Comments
Hi, I would like to work on this issue, if it's still incomplete. |
Hello! Sure, thanks. |
Okay sure! |
Hi, I wanted to ask that in which file I am supposed to add the model scores . In the docs folder, there is a models.rst file and model_selection.rst file. Which one is supposed to have the required documentation. |
Scores descriptions are supposed to be added to models docstrings in each module |
I think, we are closing it since we are moving all this info to Extended Tutorial on RecSys Baselines. So it it now a duplicate |
Okay sure, is there something else I can contribute to @blondered |
If you still want the same kind of issue (contributing to documentation) you can add links from each model class docstring to this model in our "Extended baselines tutorial": https://rectools.readthedocs.io/en/latest/examples/tutorials/baselines_extended_tutorial.html It this ok for you? |
Yeah sure but under which issue will I work then I mean this one is closed so. @blondered |
Let's reopen it for this one for you. |
Feature Description
Extend models docstrings in the following way:
Model scores are dot products of learnt user embedding and recommended item embeddings for user-to-item recommendations. For item-to-item recommendations scores are cosine similarities between target item embedding and recommended item embeddings
.Why this feature?
Helpful for new users
Additional context
No response
The text was updated successfully, but these errors were encountered: