A control panel for your business objectives
We’ve built Shaped Value Modeling, a framework that enables real-time optimization of recommendation and search ranking models for multiple objectives. It allows teams to blend different objectives (e.g. relevance, conversions, diversity) and dynamically run AB tests that drive business outcomes (with built in analytics tooling). Our community has seen awesome results, so we’re excited to bring this framework to the masses!
Watch our demo here.
Key Features:
Why This Matters:
How it Works:
1.Train separate models for different objectives (e.g., LightGBM for click prediction, BERT4Rec for purchase likelihood).
2. Define a "value model" that combines these models using mathematical expressions and custom logic. Let's say we have a lightgbm click-through-rate model called ctr_model and a transformerd based next purchase model called purchase_model, you can create an ensembled value model as follows:
value_model = 0.5 * ctr_model + 0.5 * purchase_model + log(item.quality_score)
3. Dynamically adjust the value_model via API calls to optimize for different goals or user segments:
{
"user_id": "83NSLX",
"config": {
"value_model": "0.3 * ctr_model + 0.7 * purchase_model"
}
}
How our customers are using value modeling:
If you know decision-makers in any of these types of organisations, we’d be super grateful for an introduction at daniel@shaped.ai
For more information see our website here and developer docs here
Get a demo if you’re interested in testing value modeling!