Per-feature quality tolerances
Guide — set per-feature quality tolerances.
Last updated
Was this helpful?
Guide — set per-feature quality tolerances.
Not every feature has the same bar. Configure tolerance per evaluation space:
client.spaces.update(space_id="critical-feature", tolerance=0.005) # 0.5%
client.spaces.update(space_id="experimental-feature", tolerance=0.05) # 5%Last updated
Was this helpful?
Was this helpful?