top of page
< Back

Optimizing ROAS using a Random Forest ML model to simulate customer targeting

Client: Canadian grocery chain

Optimizing ROAS using a Random Forest ML model to simulate customer targeting

Content coming soon!

import pandas as pd
import numpy as np

df1 = pd.read_csv('sample_data.csv')
print("Content coming soon, here's the first data point: " + str(df1[1][1]))

bottom of page