Selecting the optimal notification send time for each client drives up client interactions, and ultimately conversions, while reducing notification fatigue.
Example industries:
Value to your business:
Kumo AI processes relational data as interconnected tables using Graph Transformers. This approach allows the model to learn from previous client interactions with historical notifications without feature engineering.
client_id
: Unique identifier for each client.email
: client email address.campaign_id
: Unique identifier for each campaign.send_id
: Unique identifier for each send actioncampaign_id
: links send events to a unique marketing campaign.client_id
: links send events to a client.send_timestamp
: when email was sent.open_id
: Unique identifier per open event.send_id
: references email send event.open_timestamp
: when the client opened the email.click_id
: Unique identifier per click event.send_id
: references email send event.click_timestamp
: when the client clicked the link in the email.Entity Relationship Diagram (ERD)
Predict first hour that would maximize probability of client opening campaign email based on past client-marketing campaign interactions.
Batch Prediction for Campaign Planning (overnight/daily):
1. Initialize the Kumo SDK
2. Connect data
3. Select tables
4. Create graph schema
5. Train the model
Selecting the optimal notification send time for each client drives up client interactions, and ultimately conversions, while reducing notification fatigue.
Example industries:
Value to your business:
Kumo AI processes relational data as interconnected tables using Graph Transformers. This approach allows the model to learn from previous client interactions with historical notifications without feature engineering.
client_id
: Unique identifier for each client.email
: client email address.campaign_id
: Unique identifier for each campaign.send_id
: Unique identifier for each send actioncampaign_id
: links send events to a unique marketing campaign.client_id
: links send events to a client.send_timestamp
: when email was sent.open_id
: Unique identifier per open event.send_id
: references email send event.open_timestamp
: when the client opened the email.click_id
: Unique identifier per click event.send_id
: references email send event.click_timestamp
: when the client clicked the link in the email.Entity Relationship Diagram (ERD)
Predict first hour that would maximize probability of client opening campaign email based on past client-marketing campaign interactions.
Batch Prediction for Campaign Planning (overnight/daily):
1. Initialize the Kumo SDK
2. Connect data
3. Select tables
4. Create graph schema
5. Train the model