data-ottawa 6 days ago

That’s also a problem for AB testing and solvable (to a degree) by caching assignments

ryan-duve 5 days ago

This can be addressed with some variant of

    random.seed(hash(user_id))

I think the bigger problem is handling the fact that not all users click through the same number of times.