By using this website, you agree to the storing of cookies on your device to enhance site navigation, analyze site usage, and assist in our marketing efforts. View our Cookie Policy for more information.
Request demo
Solutions
With the same data integration and just a few predictive queries, ensure that every touchpoint with your customer is as delightful as possible and drives long-term engagement while improving product sales.
Kumo makes it easy to define the ML task using a simple, declarative language, and then uses AutoML to execute a highly optimized and fully tuned model. Build the query and predict the future!
Structure your problem using a simple query to predict affinity to categories, brands, and products.
Predict 7-day category-specific purchase affinity:
PREDICT LIST_DISTINCT(Orders.Store_ID -> Stores.category, 0, 7) FOR EACH Users.ID
Predict 7-day brand-specific purchase affinity:
PREDICT LIST_DISTINCT(Orders.Store_ID -> Stores.brand, 0, 7) FOR EACH Users.ID
Predict user will return a product they purchased within 30 days:
PREDICT EXIST(Returns.itemID, 0, 30) ASSUMING EXIST(Orders.itemID, 0, -30) FOR EACH Users.ID
Unleash the predictive power of your enterprise data