I have the following scenario:
There are a list of headings:
- Best Holiday Destination for you
- Choose us for your next vacation
- Don't miss out on this offer
What I want to achieve is, display the best heading for the right user through a ML model?
One approach is to show all these headings to different users through maybe an A/B/C test and see the statistics and feed the data into the model and optimise it for a certain goal? e.g click through rate, etc
Is there any other way to do something like this?