Daria

Results 33 comments of Daria

Hello! Sure, thanks. I've extended description of this issue. You can start from one model and open a draft PR with it. This way we can make sure that the...

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

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...

Let's reopen it for this one for you.

Let's add explicit info for new users about the use of MetricsApp in 2_cross_validation.ipynb: 1. "And let's visualuze metrics" -> In RecTools we have interactive `MetricsApp` for detailed analysis of...

I must also emphasize, that we are still excepting (and will be excepting after merge) more links, explanations and practical advices from practitioners. **And we really appreciate everyone to join...

Please add that this PR closes two issues #108 and #157

Hi! ImplicitRanker uses exactly the same method for scoring items as in implicit library, we are calling it directly: https://github.com/MobileTeleSystems/RecTools/blob/0be5e1592e06022109faf1d446c7aee82fbd9dfb/rectools/models/rank.py#L194 In implicit framework `recommend` just returns the results directly without...

If the difference in speed is extraordinary then please check your version of rectools package. You might be using older version where we didn't use ImplicitRanker