jrhabana
jrhabana t1_izgnvw0 wrote
Reply to [D] Product Recommendation Algorithm by RstarPhoneix
We solved with lightgbm, for news to suggest.
if you have the tabular data, (user properties, buyed product, previous X products viewed), sets the buyed product as target and you had your recommender done.
There's a lot of examples doing it with lightgbm or xgboost (gbm is faster)
jrhabana t1_iz4d85e wrote
Reply to [D] Simple Questions Thread by AutoModerator
About text generation: Can someone share experiences with Bloom, Palm, and others than Gpt-3
I'm trying to build a niche text generator in Spanish using open-source models, but the internet conversation is dominated by gpt-3, and few articles about Prompt engineering, or model comparisons
jrhabana t1_j0iyi1b wrote
Reply to comment by Pine_Barrens in [D] Product Recommendation Algorithm by RstarPhoneix
the previous X is the result of a top-k N id's or categories (we used various models) and with the output apply some business rules, like seasson, recently, etc