I would like to use Oracle ML to do an email subject line performance predictor. I have lots of historical data which includes subject line, open rates.
Am I right in assuming that Oracle ML can be used to create a model to predict the open rate if I give my model a new subject line? I am still very new to ML in general, but from what I can tell, anything to do with text should be vectorized? So Im wondering how that vectorization will work in Oracle ML. (Also this is seperate from vector search? Right?)