Skip to content
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

How can I make bpr to surpport "Time Travelling" #23

Open
jackyhawk opened this issue Jun 20, 2018 · 0 comments
Open

How can I make bpr to surpport "Time Travelling" #23

jackyhawk opened this issue Jun 20, 2018 · 0 comments

Comments

@jackyhawk
Copy link

jackyhawk commented Jun 20, 2018

As the user behavior time window is sliding, and at different time,the user bahavior should have different effect (such as one click happened yesterday and another click happened 30 days before ,should affect the user factor quite differently).

And my question is how can I make it in BPR?

Can I just update the factor (old) with a decay rate?
such as
new_factor = old_factor * 0.99999999 + some_loss_error

thanks very much

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant