Is Averaging vectors generally good approach?
I am working on an ecommerce application where I have eaters and restaurants. Suppose that I am able to generate vector for eaters somehow, then can I find vector for restaurant using weighted average of eaters who ordered in last 90 days? I assume so but are there any counter arguments to this approach.