Hacker News new | ask | show | jobs
by esafak 1135 days ago
Yes, an ML model. If you built the machinery to connect marketing actions to business outcomes, as the OP complains about, you could recommend what actions to take. It's a straightforward machine learning task (supervised learning).
1 comments

Cool thing. Guess I shouldn't reinvent the wheel here. Is there an open source example that I could learn from?
I don't think you will get far without knowing some ML but you could look at https://github.com/google/lightweight_mmm
Ah, there is food for thought and learning, here. Thanks for sharing, I will try to understand what's going on there.