Hacker News new | ask | show | jobs
by bohlenlabs 1131 days ago
Build a model? In the sense of machine learning or in another sense? Cool idea, what could that look like?
1 comments

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).
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.