lonelyrascal OP t1_j6odjl4 wrote
Reply to comment by curiousshortguy in [R] Question: what is the best approach to find similarity between a set of product titles and user query? by lonelyrascal
I have product brand, type and color other than titles. Yes I'll try cosine distances next. User queries are just tests done by me. Because there's no other way around except for A/B testing. Thank you.
curiousshortguy t1_j6oflky wrote
How do you use these other features? Do you just vectorize and sum the vectors? Or do you do something else?
I think you can leverage data from current production to create a labeled test dataset.
Viewing a single comment thread. View all comments