See the Architecture — Engine page for details on how ranking profiles are used during decision flow execution.
Base path
List ranking profiles
Response 200
Error codes
Create a ranking profile
Request body
Weight values must be between 0 and 1 (not percentages). While they do not need to sum to 1, it is recommended for interpretability.
Standard objectives
The following objective names are supported in theweights map:
You can include any subset of these objectives. Additional custom objective names are also accepted in the
weights map. All weight values are validated to the range 0..1.
Mapping into the formula (PRIE) score node
When aformula-method Score node references a profile via strategyProfileId,
the profile’s weight keys map into the PRIE formula:
The
uplift and clv keys are exponent terms outside the P+R+I+E sum-to-1
constraint, each ranging 0..1 when set through a profile (0..2 in the inline
formula config). Studio surfaces both as sliders under Scoring Strategies.
See Scoring strategies and
PRIE — Design rationale.